#776F37

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

Shades of Crete #776F37

Tints of Crete #776F37

Color information

#776F37 (or 0x776F37) is unknown color: approx Crete. HEX triplet: 77, 6F and 37. RGB value is (119,111,55). Sum of RGB (Red+Green+Blue) = 119+111+55=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #776F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F37 is #8890C8. Grayscale: #6B6B6B. Windows color (decimal): -8949961 or 3633015. OLE color: 3633015.

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

Color convert

RGB11911155-
CMYK00.070.540.53
HSL52.5º36.78%34.12%-
HSV(B)52.5º53.78%46.67%-
XYZ13.9815.575.88-
YUV107.0198.65136.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.75%
GREEN value IS 111 (43.75% from 255) = 38.95%
BLUE value IS 55 (21.88% from 255) = 19.30%
R=41.75%
G=38.95%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191115500.070.540.5352.536.7834.12
Hex776F37073635342522
Octal16715767076665644542
Binary111011111011111101110111110110110101110100100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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