Shades of Peat #797154
Tints of Peat #797154
RGB
CMYK
RGB Variations
Color information
#797154 (or 0x797154) is known color: Peat. HEX triplet: 79, 71 and 54. RGB value is (121,113,84). Sum of RGB (Red+Green+Blue) = 121+113+84=318 (42% of max value = 765). Red value is 121 (47.66% from 255 or 38.05% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 121 - color contains mainly: red. Hex color #797154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797154 is #868EAB. Grayscale: #707070. Windows color (decimal): -8818348 or 5534073. OLE color: 5534073.
HSL color Cylindrical-coordinate representation of color #797154: hue angle of 47.03º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #797154 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 113 | 84 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.53 |
| HSL | 47.03º | 0.18% | 0.4% | - |
| HSV(B) | 47.03º | 0.31% | 0.47% | - |
| XYZ | 15.39 | 16.52 | 10.76 | - |
| YUV | 112.09 | 112.15 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 113 | 84 | 0 | 0.07 | 0.31 | 0.53 | 47.03 | 0.18 | 0.4 |
| Hex | 79 | 71 | 54 | 0 | 7 | 1F | 35 | 2F | 12 | 28 |
| Octal | 171 | 161 | 124 | 0 | 7 | 37 | 65 | 57 | 22 | 50 |
| Binary | 1111001 | 1110001 | 1010100 | 0 | 111 | 11111 | 110101 | 101111 | 10010 | 101000 |
Color Harmonies of #797154
Complementary color
Monochromatic Colors of #797154
Black with #797154
Text Example
Text Example
White with #797154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797154; }
p { color: rgb(121,113,84); }
H1.HeaderClassName
{
color: #797154;
}
.AnyTagClassName
{
color: #797154;
}
</style>
background-color css
<style>
a { background-color: #797154; }
a { background-color: rgb(121,113,84); }
div.DivClassName
{
background-color: #797154;
}
.BgClassName
{
background-color: #797154;
}
</style>
border-color css
<style>
span { border-color: #797154; }
span { border-color: rgb(121,113,84); }
td.TdClassName
{
border-color: #797154;
}
.TagClassName
{
border-color: #797154;
}
</style>