#776E36

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

Shades of Crete #776E36

Tints of Crete #776E36

Color information

#776E36 (or 0x776E36) is unknown color: approx Crete. HEX triplet: 77, 6E and 36. RGB value is (119,110,54). Sum of RGB (Red+Green+Blue) = 119+110+54=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #776E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E36 is #8891C9. Grayscale: #6A6A6A. Windows color (decimal): -8950218 or 3567223. OLE color: 3567223.

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

Color convert

RGB11911054-
CMYK00.080.550.53
HSL51.69º37.57%33.92%-
HSV(B)51.69º54.62%46.67%-
XYZ13.8515.345.72-
YUV106.3198.48137.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.05%
GREEN value IS 110 (43.36% from 255) = 38.87%
BLUE value IS 54 (21.48% from 255) = 19.08%
R=42.05%
G=38.87%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191105400.080.550.5351.6937.5733.92
Hex776E36083735342622
Octal167156660106765644642
Binary1110111110111011011001000110111110101110100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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