Shades of Peat #786F55
Tints of Peat #786F55
RGB
CMYK
RGB Variations
Color information
#786F55 (or 0x786F55) is known color: Peat. HEX triplet: 78, 6F and 55. RGB value is (120,111,85). Sum of RGB (Red+Green+Blue) = 120+111+85=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 120 - color contains mainly: red. Hex color #786F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786F55 is #8790AA. Grayscale: #6E6E6E. Windows color (decimal): -8884395 or 5599096. OLE color: 5599096.
HSL color Cylindrical-coordinate representation of color #786F55: hue angle of 44.57º 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 #786F55 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 111 | 85 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.53 |
| HSL | 44.57º | 0.17% | 0.4% | - |
| HSV(B) | 44.57º | 0.29% | 0.47% | - |
| XYZ | 15.07 | 16.02 | 10.89 | - |
| YUV | 110.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 85 | 0 | 0.08 | 0.29 | 0.53 | 44.57 | 0.17 | 0.4 |
| Hex | 78 | 6F | 55 | 0 | 8 | 1D | 35 | 2D | 11 | 28 |
| Octal | 170 | 157 | 125 | 0 | 10 | 35 | 65 | 55 | 21 | 50 |
| Binary | 1111000 | 1101111 | 1010101 | 0 | 1000 | 11101 | 110101 | 101101 | 10001 | 101000 |
Color Harmonies of #786F55
Complementary color
Monochromatic Colors of #786F55
Black with #786F55
Text Example
Text Example
White with #786F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786F55; }
p { color: rgb(120,111,85); }
H1.HeaderClassName
{
color: #786F55;
}
.AnyTagClassName
{
color: #786F55;
}
</style>
background-color css
<style>
a { background-color: #786F55; }
a { background-color: rgb(120,111,85); }
div.DivClassName
{
background-color: #786F55;
}
.BgClassName
{
background-color: #786F55;
}
</style>
border-color css
<style>
span { border-color: #786F55; }
span { border-color: rgb(120,111,85); }
td.TdClassName
{
border-color: #786F55;
}
.TagClassName
{
border-color: #786F55;
}
</style>