#776E56

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

Shades of Peat #776E56

Tints of Peat #776E56

Color information

#776E56 (or 0x776E56) is unknown color: approx Peat. HEX triplet: 77, 6E and 56. RGB value is (119,110,86). Sum of RGB (Red+Green+Blue) = 119+110+86=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 119 - color contains mainly: red. Hex color #776E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E56 is #8891A9. Grayscale: #6E6E6E. Windows color (decimal): -8950186 or 5664375. OLE color: 5664375.

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

Color convert

RGB11911086-
CMYK00.080.280.53
HSL43.64º16.1%40.2%-
HSV(B)43.64º27.73%46.67%-
XYZ14.8615.7511.06-
YUV109.95114.48134.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.78%
GREEN value IS 110 (43.36% from 255) = 34.92%
BLUE value IS 86 (33.98% from 255) = 27.30%
R=37.78%
G=34.92%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191108600.080.280.5343.6416.140.2
Hex776E56081C352c1028
Octal1671561260103465542050
Binary111011111011101010110010001110011010110110010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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