#776E50

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

Shades of Peat #776E50

Tints of Peat #776E50

Color information

#776E50 (or 0x776E50) is unknown color: approx Peat. HEX triplet: 77, 6E and 50. RGB value is (119,110,80). Sum of RGB (Red+Green+Blue) = 119+110+80=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 119 - color contains mainly: red. Hex color #776E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E50 is #8891AF. Grayscale: #6D6D6D. Windows color (decimal): -8950192 or 5271159. OLE color: 5271159.

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

Color convert

RGB11911080-
CMYK00.080.330.53
HSL46.15º19.6%39.02%-
HSV(B)46.15º32.77%46.67%-
XYZ14.6315.659.84-
YUV109.27111.48134.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.51%
GREEN value IS 110 (43.36% from 255) = 35.60%
BLUE value IS 80 (31.64% from 255) = 25.89%
R=38.51%
G=35.60%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191108000.080.330.5346.1519.639.02
Hex776E500821352e1427
Octal1671561200104165562447
Binary1110111110111010100000100010000111010110111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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