Shades of Peat #787052
Tints of Peat #787052
RGB
CMYK
RGB Variations
Color information
#787052 (or 0x787052) is known color: Peat. HEX triplet: 78, 70 and 52. RGB value is (120,112,82). Sum of RGB (Red+Green+Blue) = 120+112+82=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 120 - color contains mainly: red. Hex color #787052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787052 is #878FAD. Grayscale: #6F6F6F. Windows color (decimal): -8884142 or 5402744. OLE color: 5402744.
HSL color Cylindrical-coordinate representation of color #787052: hue angle of 47.37º 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 #787052 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 112 | 82 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.53 |
| HSL | 47.37º | 0.19% | 0.4% | - |
| HSV(B) | 47.37º | 0.32% | 0.47% | - |
| XYZ | 15.06 | 16.19 | 10.31 | - |
| YUV | 110.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 82 | 0 | 0.07 | 0.32 | 0.53 | 47.37 | 0.19 | 0.4 |
| Hex | 78 | 70 | 52 | 0 | 7 | 20 | 35 | 2F | 13 | 28 |
| Octal | 170 | 160 | 122 | 0 | 7 | 40 | 65 | 57 | 23 | 50 |
| Binary | 1111000 | 1110000 | 1010010 | 0 | 111 | 100000 | 110101 | 101111 | 10011 | 101000 |
Color Harmonies of #787052
Complementary color
Monochromatic Colors of #787052
Black with #787052
Text Example
Text Example
White with #787052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787052; }
p { color: rgb(120,112,82); }
H1.HeaderClassName
{
color: #787052;
}
.AnyTagClassName
{
color: #787052;
}
</style>
background-color css
<style>
a { background-color: #787052; }
a { background-color: rgb(120,112,82); }
div.DivClassName
{
background-color: #787052;
}
.BgClassName
{
background-color: #787052;
}
</style>
border-color css
<style>
span { border-color: #787052; }
span { border-color: rgb(120,112,82); }
td.TdClassName
{
border-color: #787052;
}
.TagClassName
{
border-color: #787052;
}
</style>