#776F56

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

Shades of Peat #776F56

Tints of Peat #776F56

Color information

#776F56 (or 0x776F56) is unknown color: approx Peat. HEX triplet: 77, 6F and 56. RGB value is (119,111,86). Sum of RGB (Red+Green+Blue) = 119+111+86=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 119 - color contains mainly: red. Hex color #776F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F56 is #8890A9. Grayscale: #6E6E6E. Windows color (decimal): -8949930 or 5664631. OLE color: 5664631.

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

Color convert

RGB11911186-
CMYK00.070.280.53
HSL45.45º16.1%40.2%-
HSV(B)45.45º27.73%46.67%-
XYZ14.9715.9611.1-
YUV110.54114.15134.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.66%
GREEN value IS 111 (43.75% from 255) = 35.13%
BLUE value IS 86 (33.98% from 255) = 27.22%
R=37.66%
G=35.13%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191118600.070.280.5345.4516.140.2
Hex776F56071C352d1028
Octal167157126073465552050
Binary11101111101111101011001111110011010110110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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