#776E55

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

Shades of Peat #776E55

Tints of Peat #776E55

Color information

#776E55 (or 0x776E55) is unknown color: approx Peat. HEX triplet: 77, 6E and 55. RGB value is (119,110,85). Sum of RGB (Red+Green+Blue) = 119+110+85=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #776E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E55 is #8891AA. Grayscale: #6D6D6D. Windows color (decimal): -8950187 or 5598839. OLE color: 5598839.

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

Color convert

RGB11911085-
CMYK00.080.290.53
HSL44.12º16.67%40%-
HSV(B)44.12º28.57%46.67%-
XYZ14.8215.7310.85-
YUV109.84113.98134.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.90%
GREEN value IS 110 (43.36% from 255) = 35.03%
BLUE value IS 85 (33.59% from 255) = 27.07%
R=37.90%
G=35.03%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191108500.080.290.5344.1216.6740
Hex776E55081D352c1128
Octal1671561250103565542150
Binary111011111011101010101010001110111010110110010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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