#776E32

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

Shades of Crete #776E32

Tints of Crete #776E32

Color information

#776E32 (or 0x776E32) is unknown color: approx Crete. HEX triplet: 77, 6E and 32. RGB value is (119,110,50). Sum of RGB (Red+Green+Blue) = 119+110+50=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #776E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E32 is #8891CD. Grayscale: #6A6A6A. Windows color (decimal): -8950222 or 3305079. OLE color: 3305079.

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

Color convert

RGB11911050-
CMYK00.080.580.53
HSL52.17º40.83%33.14%-
HSV(B)52.17º57.98%46.67%-
XYZ13.7615.35.25-
YUV105.8596.48137.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.65%
GREEN value IS 110 (43.36% from 255) = 39.43%
BLUE value IS 50 (19.92% from 255) = 17.92%
R=42.65%
G=39.43%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191105000.080.580.5352.1740.8333.14
Hex776E32083A35342921
Octal167156620107265645141
Binary1110111110111011001001000111010110101110100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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