#786E56

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

Shades of Peat #786E56

Tints of Peat #786E56

Color information

#786E56 (or 0x786E56) is unknown color: approx Peat. HEX triplet: 78, 6E and 56. RGB value is (120,110,86). Sum of RGB (Red+Green+Blue) = 120+110+86=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 120 - color contains mainly: red. Hex color #786E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786E56 is #8791A9. Grayscale: #6E6E6E. Windows color (decimal): -8884650 or 5664376. OLE color: 5664376.

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

Color convert

RGB12011086-
CMYK00.080.280.53
HSL42.35º16.5%40.39%-
HSV(B)42.35º28.33%47.06%-
XYZ1515.8211.07-
YUV110.25114.31134.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.97%
GREEN value IS 110 (43.36% from 255) = 34.81%
BLUE value IS 86 (33.98% from 255) = 27.22%
R=37.97%
G=34.81%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201108600.080.280.5342.3516.540.39
Hex786E56081C352a1128
Octal1701561260103465522150
Binary111100011011101010110010001110011010110101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786E56; }

 p { color: rgb(120,110,86); }

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

<style>
 a { background-color: #786E56; }

 a { background-color: rgb(120,110,86); }

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

<style>
 span { border-color: #786E56; }

 span { border-color: rgb(120,110,86); }

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