Shades of Peat #796E52
Tints of Peat #796E52
RGB
CMYK
RGB Variations
Color information
#796E52 (or 0x796E52) is known color: Peat. HEX triplet: 79, 6E and 52. RGB value is (121,110,82). Sum of RGB (Red+Green+Blue) = 121+110+82=313 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.66% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 121 - color contains mainly: red. Hex color #796E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796E52 is #8691AD. Grayscale: #6E6E6E. Windows color (decimal): -8819118 or 5402233. OLE color: 5402233.
HSL color Cylindrical-coordinate representation of color #796E52: hue angle of 43.08º 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 #796E52 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 110 | 82 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.53 |
| HSL | 43.08º | 0.19% | 0.4% | - |
| HSV(B) | 43.08º | 0.32% | 0.47% | - |
| XYZ | 14.98 | 15.83 | 10.25 | - |
| YUV | 110.1 | 112.14 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 110 | 82 | 0 | 0.09 | 0.32 | 0.53 | 43.08 | 0.19 | 0.4 |
| Hex | 79 | 6E | 52 | 0 | 9 | 20 | 35 | 2B | 13 | 28 |
| Octal | 171 | 156 | 122 | 0 | 11 | 40 | 65 | 53 | 23 | 50 |
| Binary | 1111001 | 1101110 | 1010010 | 0 | 1001 | 100000 | 110101 | 101011 | 10011 | 101000 |
Color Harmonies of #796E52
Complementary color
Monochromatic Colors of #796E52
Black with #796E52
Text Example
Text Example
White with #796E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796E52; }
p { color: rgb(121,110,82); }
H1.HeaderClassName
{
color: #796E52;
}
.AnyTagClassName
{
color: #796E52;
}
</style>
background-color css
<style>
a { background-color: #796E52; }
a { background-color: rgb(121,110,82); }
div.DivClassName
{
background-color: #796E52;
}
.BgClassName
{
background-color: #796E52;
}
</style>
border-color css
<style>
span { border-color: #796E52; }
span { border-color: rgb(121,110,82); }
td.TdClassName
{
border-color: #796E52;
}
.TagClassName
{
border-color: #796E52;
}
</style>