#776D37

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

Shades of Crete #776D37

Tints of Crete #776D37

Color information

#776D37 (or 0x776D37) is unknown color: approx Crete. HEX triplet: 77, 6D and 37. RGB value is (119,109,55). Sum of RGB (Red+Green+Blue) = 119+109+55=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #776D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776D37 is #8892C8. Grayscale: #6A6A6A. Windows color (decimal): -8950473 or 3632503. OLE color: 3632503.

HSL color Cylindrical-coordinate representation of color #776D37: hue angle of 50.62º 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 #776D37 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB11910955-
CMYK00.080.540.53
HSL50.62º36.78%34.12%-
HSV(B)50.62º53.78%46.67%-
XYZ13.7715.145.81-
YUV105.8399.31137.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.05%
GREEN value IS 109 (42.97% from 255) = 38.52%
BLUE value IS 55 (21.88% from 255) = 19.43%
R=42.05%
G=38.52%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191095500.080.540.5350.6236.7834.12
Hex776D37083635332522
Octal167155670106665634542
Binary1110111110110111011101000110110110101110011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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