Shades of Peat #796F54
Tints of Peat #796F54
RGB
CMYK
RGB Variations
Color information
#796F54 (or 0x796F54) is known color: Peat. HEX triplet: 79, 6F and 54. RGB value is (121,111,84). Sum of RGB (Red+Green+Blue) = 121+111+84=316 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.29% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 121 - color contains mainly: red. Hex color #796F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796F54 is #8690AB. Grayscale: #6F6F6F. Windows color (decimal): -8818860 or 5533561. OLE color: 5533561.
HSL color Cylindrical-coordinate representation of color #796F54: hue angle of 43.78º 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 #796F54 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 111 | 84 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.53 |
| HSL | 43.78º | 0.18% | 0.4% | - |
| HSV(B) | 43.78º | 0.31% | 0.47% | - |
| XYZ | 15.17 | 16.07 | 10.69 | - |
| YUV | 110.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 84 | 0 | 0.08 | 0.31 | 0.53 | 43.78 | 0.18 | 0.4 |
| Hex | 79 | 6F | 54 | 0 | 8 | 1F | 35 | 2C | 12 | 28 |
| Octal | 171 | 157 | 124 | 0 | 10 | 37 | 65 | 54 | 22 | 50 |
| Binary | 1111001 | 1101111 | 1010100 | 0 | 1000 | 11111 | 110101 | 101100 | 10010 | 101000 |
Color Harmonies of #796F54
Complementary color
Monochromatic Colors of #796F54
Black with #796F54
Text Example
Text Example
White with #796F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796F54; }
p { color: rgb(121,111,84); }
H1.HeaderClassName
{
color: #796F54;
}
.AnyTagClassName
{
color: #796F54;
}
</style>
background-color css
<style>
a { background-color: #796F54; }
a { background-color: rgb(121,111,84); }
div.DivClassName
{
background-color: #796F54;
}
.BgClassName
{
background-color: #796F54;
}
</style>
border-color css
<style>
span { border-color: #796F54; }
span { border-color: rgb(121,111,84); }
td.TdClassName
{
border-color: #796F54;
}
.TagClassName
{
border-color: #796F54;
}
</style>