#776F28

Color #776F28 Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #776F28

Tints of Crete #776F28

Color information

#776F28 (or 0x776F28) is unknown color: approx Crete. HEX triplet: 77, 6F and 28. RGB value is (119,111,40). Sum of RGB (Red+Green+Blue) = 119+111+40=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #776F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F28 is #8890D7. Grayscale: #696969. Windows color (decimal): -8949976 or 2649975. OLE color: 2649975.

HSL color Cylindrical-coordinate representation of color #776F28: hue angle of 53.92º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #776F28 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB11911140-
CMYK00.070.660.53
HSL53.92º49.69%31.18%-
HSV(B)53.92º66.39%46.67%-
XYZ13.6815.444.27-
YUV105.391.15137.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 44.07%
GREEN value IS 111 (43.75% from 255) = 41.11%
BLUE value IS 40 (16.02% from 255) = 14.81%
R=44.07%
G=41.11%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191114000.070.660.5353.9249.6931.18
Hex776F2807423536321f
Octal167157500710265666237
Binary111011111011111010000111100001011010111011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776F28; }

 p { color: rgb(119,111,40); }

 H1.HeaderClassName
 {
   color: #776F28;
 }
 .AnyTagClassName
 {
   color: #776F28;
 }
</style>
background-color css

<style>
 a { background-color: #776F28; }

 a { background-color: rgb(119,111,40); }

 div.DivClassName
 {
   background-color: #776F28;
 }
 .BgClassName
 {
   background-color: #776F28;
 }
</style>
border-color css

<style>
 span { border-color: #776F28; }

 span { border-color: rgb(119,111,40); }

 td.TdClassName
 {
   border-color: #776F28;
 }
 .TagClassName
 {
   border-color: #776F28;
 }
</style>