Shades of Peat #786C52
Tints of Peat #786C52
RGB
CMYK
RGB Variations
Color information
#786C52 (or 0x786C52) is known color: Peat. HEX triplet: 78, 6C and 52. RGB value is (120,108,82). Sum of RGB (Red+Green+Blue) = 120+108+82=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 120 - color contains mainly: red. Hex color #786C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786C52 is #8793AD. Grayscale: #6C6C6C. Windows color (decimal): -8885166 or 5401720. OLE color: 5401720.
HSL color Cylindrical-coordinate representation of color #786C52: hue angle of 41.05º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #786C52 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 108 | 82 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.53 |
| HSL | 41.05º | 0.19% | 0.4% | - |
| HSV(B) | 41.05º | 0.32% | 0.47% | - |
| XYZ | 14.63 | 15.33 | 10.17 | - |
| YUV | 108.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 82 | 0 | 0.10 | 0.32 | 0.53 | 41.05 | 0.19 | 0.4 |
| Hex | 78 | 6C | 52 | 0 | A | 20 | 35 | 29 | 13 | 28 |
| Octal | 170 | 154 | 122 | 0 | 12 | 40 | 65 | 51 | 23 | 50 |
| Binary | 1111000 | 1101100 | 1010010 | 0 | 1010 | 100000 | 110101 | 101001 | 10011 | 101000 |
Color Harmonies of #786C52
Complementary color
Monochromatic Colors of #786C52
Black with #786C52
Text Example
Text Example
White with #786C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786C52; }
p { color: rgb(120,108,82); }
H1.HeaderClassName
{
color: #786C52;
}
.AnyTagClassName
{
color: #786C52;
}
</style>
background-color css
<style>
a { background-color: #786C52; }
a { background-color: rgb(120,108,82); }
div.DivClassName
{
background-color: #786C52;
}
.BgClassName
{
background-color: #786C52;
}
</style>
border-color css
<style>
span { border-color: #786C52; }
span { border-color: rgb(120,108,82); }
td.TdClassName
{
border-color: #786C52;
}
.TagClassName
{
border-color: #786C52;
}
</style>