Shades of Peat #786E55
Tints of Peat #786E55
RGB
CMYK
RGB Variations
Color information
#786E55 (or 0x786E55) is known color: Peat. HEX triplet: 78, 6E and 55. RGB value is (120,110,85). Sum of RGB (Red+Green+Blue) = 120+110+85=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 120 - color contains mainly: red. Hex color #786E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786E55 is #8791AA. Grayscale: #6E6E6E. Windows color (decimal): -8884651 or 5598840. OLE color: 5598840.
HSL color Cylindrical-coordinate representation of color #786E55: hue angle of 42.86º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #786E55 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 110 | 85 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.53 |
| HSL | 42.86º | 0.17% | 0.4% | - |
| HSV(B) | 42.86º | 0.29% | 0.47% | - |
| XYZ | 14.96 | 15.8 | 10.86 | - |
| YUV | 110.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 110 | 85 | 0 | 0.08 | 0.29 | 0.53 | 42.86 | 0.17 | 0.4 |
| Hex | 78 | 6E | 55 | 0 | 8 | 1D | 35 | 2B | 11 | 28 |
| Octal | 170 | 156 | 125 | 0 | 10 | 35 | 65 | 53 | 21 | 50 |
| Binary | 1111000 | 1101110 | 1010101 | 0 | 1000 | 11101 | 110101 | 101011 | 10001 | 101000 |
Color Harmonies of #786E55
Complementary color
Monochromatic Colors of #786E55
Black with #786E55
Text Example
Text Example
White with #786E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786E55; }
p { color: rgb(120,110,85); }
H1.HeaderClassName
{
color: #786E55;
}
.AnyTagClassName
{
color: #786E55;
}
</style>
background-color css
<style>
a { background-color: #786E55; }
a { background-color: rgb(120,110,85); }
div.DivClassName
{
background-color: #786E55;
}
.BgClassName
{
background-color: #786E55;
}
</style>
border-color css
<style>
span { border-color: #786E55; }
span { border-color: rgb(120,110,85); }
td.TdClassName
{
border-color: #786E55;
}
.TagClassName
{
border-color: #786E55;
}
</style>