#776E33

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

Shades of Crete #776E33

Tints of Crete #776E33

Color information

#776E33 (or 0x776E33) is unknown color: approx Crete. HEX triplet: 77, 6E and 33. RGB value is (119,110,51). Sum of RGB (Red+Green+Blue) = 119+110+51=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #776E33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E33 is #8891CC. Grayscale: #6A6A6A. Windows color (decimal): -8950221 or 3370615. OLE color: 3370615.

HSL color Cylindrical-coordinate representation of color #776E33: hue angle of 52.06º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #776E33 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB11911051-
CMYK00.080.570.53
HSL52.06º40%33.33%-
HSV(B)52.06º57.14%46.67%-
XYZ13.7815.315.36-
YUV105.9696.98137.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.5%
GREEN value IS 110 (43.36% from 255) = 39.29%
BLUE value IS 51 (20.31% from 255) = 18.21%
R=42.5%
G=39.29%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191105100.080.570.5352.064033.33
Hex776E33083935342821
Octal167156630107165645041
Binary1110111110111011001101000111001110101110100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,110,51); }

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

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

 a { background-color: rgb(119,110,51); }

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

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

 span { border-color: rgb(119,110,51); }

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