#776D52

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

Shades of Peat #776D52

Tints of Peat #776D52

Color information

#776D52 (or 0x776D52) is unknown color: approx Peat. HEX triplet: 77, 6D and 52. RGB value is (119,109,82). Sum of RGB (Red+Green+Blue) = 119+109+82=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 119 - color contains mainly: red. Hex color #776D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776D52 is #8892AD. Grayscale: #6D6D6D. Windows color (decimal): -8950446 or 5401975. OLE color: 5401975.

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

Color convert

RGB11910982-
CMYK00.080.310.53
HSL43.78º18.41%39.41%-
HSV(B)43.78º31.09%46.67%-
XYZ14.615.4710.2-
YUV108.91112.81135.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.39%
GREEN value IS 109 (42.97% from 255) = 35.16%
BLUE value IS 82 (32.42% from 255) = 26.45%
R=38.39%
G=35.16%
B=26.45%

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
Decimal1191098200.080.310.5343.7818.4139.41
Hex776D52081F352c1227
Octal1671551220103765542247
Binary111011111011011010010010001111111010110110010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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