Shades of Peat #786C55
Tints of Peat #786C55
RGB
CMYK
RGB Variations
Color information
#786C55 (or 0x786C55) is known color: Peat. HEX triplet: 78, 6C and 55. RGB value is (120,108,85). Sum of RGB (Red+Green+Blue) = 120+108+85=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #786C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786C55 is #8793AA. Grayscale: #6D6D6D. Windows color (decimal): -8885163 or 5598328. OLE color: 5598328.
HSL color Cylindrical-coordinate representation of color #786C55: hue angle of 39.43º 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 #786C55 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 108 | 85 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.53 |
| HSL | 39.43º | 0.17% | 0.4% | - |
| HSV(B) | 39.43º | 0.29% | 0.47% | - |
| XYZ | 14.75 | 15.37 | 10.78 | - |
| YUV | 108.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 85 | 0 | 0.10 | 0.29 | 0.53 | 39.43 | 0.17 | 0.4 |
| Hex | 78 | 6C | 55 | 0 | A | 1D | 35 | 27 | 11 | 28 |
| Octal | 170 | 154 | 125 | 0 | 12 | 35 | 65 | 47 | 21 | 50 |
| Binary | 1111000 | 1101100 | 1010101 | 0 | 1010 | 11101 | 110101 | 100111 | 10001 | 101000 |
Color Harmonies of #786C55
Complementary color
Monochromatic Colors of #786C55
Black with #786C55
Text Example
Text Example
White with #786C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786C55; }
p { color: rgb(120,108,85); }
H1.HeaderClassName
{
color: #786C55;
}
.AnyTagClassName
{
color: #786C55;
}
</style>
background-color css
<style>
a { background-color: #786C55; }
a { background-color: rgb(120,108,85); }
div.DivClassName
{
background-color: #786C55;
}
.BgClassName
{
background-color: #786C55;
}
</style>
border-color css
<style>
span { border-color: #786C55; }
span { border-color: rgb(120,108,85); }
td.TdClassName
{
border-color: #786C55;
}
.TagClassName
{
border-color: #786C55;
}
</style>