#776D56

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

Shades of Peat #776D56

Tints of Peat #776D56

Color information

#776D56 (or 0x776D56) is unknown color: approx Peat. HEX triplet: 77, 6D and 56. RGB value is (119,109,86). Sum of RGB (Red+Green+Blue) = 119+109+86=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #776D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776D56 is #8892A9. Grayscale: #6D6D6D. Windows color (decimal): -8950442 or 5664119. OLE color: 5664119.

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

Color convert

RGB11910986-
CMYK00.080.280.53
HSL41.82º16.1%40.2%-
HSV(B)41.82º27.73%46.67%-
XYZ14.7615.5311.02-
YUV109.37114.81134.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.90%
GREEN value IS 109 (42.97% from 255) = 34.71%
BLUE value IS 86 (33.98% from 255) = 27.39%
R=37.90%
G=34.71%
B=27.39%

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
Decimal1191098600.080.280.5341.8216.140.2
Hex776D56081C352a1028
Octal1671551260103465522050
Binary111011111011011010110010001110011010110101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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