Shades of Peat #796F56
Tints of Peat #796F56
RGB
CMYK
RGB Variations
Color information
#796F56 (or 0x796F56) is known color: Peat. HEX triplet: 79, 6F and 56. RGB value is (121,111,86). Sum of RGB (Red+Green+Blue) = 121+111+86=318 (42% of max value = 765). Red value is 121 (47.66% from 255 or 38.05% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 121 - color contains mainly: red. Hex color #796F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796F56 is #8690A9. Grayscale: #6F6F6F. Windows color (decimal): -8818858 or 5664633. OLE color: 5664633.
HSL color Cylindrical-coordinate representation of color #796F56: hue angle of 42.86º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #796F56 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 111 | 86 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.53 |
| HSL | 42.86º | 0.17% | 0.41% | - |
| HSV(B) | 42.86º | 0.29% | 0.47% | - |
| XYZ | 15.25 | 16.11 | 11.11 | - |
| YUV | 111.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 86 | 0 | 0.08 | 0.29 | 0.53 | 42.86 | 0.17 | 0.41 |
| Hex | 79 | 6F | 56 | 0 | 8 | 1D | 35 | 2B | 11 | 29 |
| Octal | 171 | 157 | 126 | 0 | 10 | 35 | 65 | 53 | 21 | 51 |
| Binary | 1111001 | 1101111 | 1010110 | 0 | 1000 | 11101 | 110101 | 101011 | 10001 | 101001 |
Color Harmonies of #796F56
Complementary color
Monochromatic Colors of #796F56
Black with #796F56
Text Example
Text Example
White with #796F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796F56; }
p { color: rgb(121,111,86); }
H1.HeaderClassName
{
color: #796F56;
}
.AnyTagClassName
{
color: #796F56;
}
</style>
background-color css
<style>
a { background-color: #796F56; }
a { background-color: rgb(121,111,86); }
div.DivClassName
{
background-color: #796F56;
}
.BgClassName
{
background-color: #796F56;
}
</style>
border-color css
<style>
span { border-color: #796F56; }
span { border-color: rgb(121,111,86); }
td.TdClassName
{
border-color: #796F56;
}
.TagClassName
{
border-color: #796F56;
}
</style>