#776E52

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

Shades of Peat #776E52

Tints of Peat #776E52

Color information

#776E52 (or 0x776E52) is unknown color: approx Peat. HEX triplet: 77, 6E and 52. RGB value is (119,110,82). Sum of RGB (Red+Green+Blue) = 119+110+82=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 119 - color contains mainly: red. Hex color #776E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E52 is #8891AD. Grayscale: #6D6D6D. Windows color (decimal): -8950190 or 5402231. OLE color: 5402231.

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

Color convert

RGB11911082-
CMYK00.080.310.53
HSL45.41º18.41%39.41%-
HSV(B)45.41º31.09%46.67%-
XYZ14.7115.6810.23-
YUV109.5112.48134.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.26%
GREEN value IS 110 (43.36% from 255) = 35.37%
BLUE value IS 82 (32.42% from 255) = 26.37%
R=38.26%
G=35.37%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191108200.080.310.5345.4118.4139.41
Hex776E52081F352d1227
Octal1671561220103765552247
Binary111011111011101010010010001111111010110110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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