#776F57

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

Shades of Peat #776F57

Tints of Peat #776F57

Color information

#776F57 (or 0x776F57) is unknown color: approx Peat. HEX triplet: 77, 6F and 57. RGB value is (119,111,87). Sum of RGB (Red+Green+Blue) = 119+111+87=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 87 (34.38% from 255 or 27.44% from 317); Max value from RGB is 119 - color contains mainly: red. Hex color #776F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F57 is #8890A8. Grayscale: #6E6E6E. Windows color (decimal): -8949929 or 5730167. OLE color: 5730167.

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

Color convert

RGB11911187-
CMYK00.070.270.53
HSL45º15.53%40.39%-
HSV(B)45º26.89%46.67%-
XYZ15.0115.9811.31-
YUV110.66114.65133.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.54%
GREEN value IS 111 (43.75% from 255) = 35.02%
BLUE value IS 87 (34.38% from 255) = 27.44%
R=37.54%
G=35.02%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191118700.070.270.534515.5340.39
Hex776F57071B352d1028
Octal167157127073365552050
Binary11101111101111101011101111101111010110110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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