Shades of Peat #786E56
Tints of Peat #786E56
RGB
CMYK
RGB Variations
Color information
#786E56 (or 0x786E56) is known color: 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
| RGB | 120 | 110 | 86 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.53 |
| HSL | 42.35º | 0.17% | 0.4% | - |
| HSV(B) | 42.35º | 0.28% | 0.47% | - |
| XYZ | 15 | 15.82 | 11.07 | - |
| YUV | 110.25 | 114.31 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 110 | 86 | 0 | 0.08 | 0.28 | 0.53 | 42.35 | 0.17 | 0.4 |
| Hex | 78 | 6E | 56 | 0 | 8 | 1C | 35 | 2A | 11 | 28 |
| Octal | 170 | 156 | 126 | 0 | 10 | 34 | 65 | 52 | 21 | 50 |
| Binary | 1111000 | 1101110 | 1010110 | 0 | 1000 | 11100 | 110101 | 101010 | 10001 | 101000 |
Color Harmonies of #786E56
Complementary color
Monochromatic Colors of #786E56
Black with #786E56
Text Example
Text Example
White with #786E56
Text Example
Text Example
HTML Codes & Css Web 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>