#776F51

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

Shades of Peat #776F51

Tints of Peat #776F51

Color information

#776F51 (or 0x776F51) is unknown color: approx Peat. HEX triplet: 77, 6F and 51. RGB value is (119,111,81). Sum of RGB (Red+Green+Blue) = 119+111+81=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 119 - color contains mainly: red. Hex color #776F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F51 is #8890AE. Grayscale: #6E6E6E. Windows color (decimal): -8949935 or 5336951. OLE color: 5336951.

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

Color convert

RGB11911181-
CMYK00.070.320.53
HSL47.37º19%39.22%-
HSV(B)47.37º31.93%46.67%-
XYZ14.7815.8810.07-
YUV109.97111.65134.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.26%
GREEN value IS 111 (43.75% from 255) = 35.69%
BLUE value IS 81 (32.03% from 255) = 26.05%
R=38.26%
G=35.69%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191118100.070.320.5347.371939.22
Hex776F510720352f1327
Octal167157121074065572347
Binary111011111011111010001011110000011010110111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,111,81); }

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

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

 a { background-color: rgb(119,111,81); }

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

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

 span { border-color: rgb(119,111,81); }

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