Shades of Peat #787256
Tints of Peat #787256
RGB
CMYK
RGB Variations
Color information
#787256 (or 0x787256) is known color: Peat. HEX triplet: 78, 72 and 56. RGB value is (120,114,86). Sum of RGB (Red+Green+Blue) = 120+114+86=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 120 - color contains mainly: red. Hex color #787256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787256 is #878DA9. Grayscale: #707070. Windows color (decimal): -8883626 or 5665400. OLE color: 5665400.
HSL color Cylindrical-coordinate representation of color #787256: hue angle of 49.41º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #787256 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 114 | 86 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.53 |
| HSL | 49.41º | 0.17% | 0.4% | - |
| HSV(B) | 49.41º | 0.28% | 0.47% | - |
| XYZ | 15.44 | 16.7 | 11.21 | - |
| YUV | 112.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 114 | 86 | 0 | 0.05 | 0.28 | 0.53 | 49.41 | 0.17 | 0.4 |
| Hex | 78 | 72 | 56 | 0 | 5 | 1C | 35 | 31 | 11 | 28 |
| Octal | 170 | 162 | 126 | 0 | 5 | 34 | 65 | 61 | 21 | 50 |
| Binary | 1111000 | 1110010 | 1010110 | 0 | 101 | 11100 | 110101 | 110001 | 10001 | 101000 |
Color Harmonies of #787256
Complementary color
Monochromatic Colors of #787256
Black with #787256
Text Example
Text Example
White with #787256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787256; }
p { color: rgb(120,114,86); }
H1.HeaderClassName
{
color: #787256;
}
.AnyTagClassName
{
color: #787256;
}
</style>
background-color css
<style>
a { background-color: #787256; }
a { background-color: rgb(120,114,86); }
div.DivClassName
{
background-color: #787256;
}
.BgClassName
{
background-color: #787256;
}
</style>
border-color css
<style>
span { border-color: #787256; }
span { border-color: rgb(120,114,86); }
td.TdClassName
{
border-color: #787256;
}
.TagClassName
{
border-color: #787256;
}
</style>