Shades of Peat #787155
Tints of Peat #787155
RGB
CMYK
RGB Variations
Color information
#787155 (or 0x787155) is known color: Peat. HEX triplet: 78, 71 and 55. RGB value is (120,113,85). Sum of RGB (Red+Green+Blue) = 120+113+85=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 120 - color contains mainly: red. Hex color #787155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787155 is #878EAA. Grayscale: #707070. Windows color (decimal): -8883883 or 5599608. OLE color: 5599608.
HSL color Cylindrical-coordinate representation of color #787155: hue angle of 48º 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 #787155 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 113 | 85 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.53 |
| HSL | 48º | 0.17% | 0.4% | - |
| HSV(B) | 48º | 0.29% | 0.47% | - |
| XYZ | 15.29 | 16.46 | 10.97 | - |
| YUV | 111.9 | 112.82 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 113 | 85 | 0 | 0.06 | 0.29 | 0.53 | 48 | 0.17 | 0.4 |
| Hex | 78 | 71 | 55 | 0 | 6 | 1D | 35 | 30 | 11 | 28 |
| Octal | 170 | 161 | 125 | 0 | 6 | 35 | 65 | 60 | 21 | 50 |
| Binary | 1111000 | 1110001 | 1010101 | 0 | 110 | 11101 | 110101 | 110000 | 10001 | 101000 |
Color Harmonies of #787155
Complementary color
Monochromatic Colors of #787155
Black with #787155
Text Example
Text Example
White with #787155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787155; }
p { color: rgb(120,113,85); }
H1.HeaderClassName
{
color: #787155;
}
.AnyTagClassName
{
color: #787155;
}
</style>
background-color css
<style>
a { background-color: #787155; }
a { background-color: rgb(120,113,85); }
div.DivClassName
{
background-color: #787155;
}
.BgClassName
{
background-color: #787155;
}
</style>
border-color css
<style>
span { border-color: #787155; }
span { border-color: rgb(120,113,85); }
td.TdClassName
{
border-color: #787155;
}
.TagClassName
{
border-color: #787155;
}
</style>