Shades of Peat #796F50
Tints of Peat #796F50
RGB
CMYK
RGB Variations
Color information
#796F50 (or 0x796F50) is known color: Peat. HEX triplet: 79, 6F and 50. RGB value is (121,111,80). Sum of RGB (Red+Green+Blue) = 121+111+80=312 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.78% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 121 - color contains mainly: red. Hex color #796F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796F50 is #8690AF. Grayscale: #6E6E6E. Windows color (decimal): -8818864 or 5271417. OLE color: 5271417.
HSL color Cylindrical-coordinate representation of color #796F50: hue angle of 45.37º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #796F50 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 111 | 80 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.53 |
| HSL | 45.37º | 0.2% | 0.39% | - |
| HSV(B) | 45.37º | 0.34% | 0.47% | - |
| XYZ | 15.02 | 16.01 | 9.89 | - |
| YUV | 110.46 | 110.81 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 80 | 0 | 0.08 | 0.34 | 0.53 | 45.37 | 0.2 | 0.39 |
| Hex | 79 | 6F | 50 | 0 | 8 | 22 | 35 | 2D | 14 | 27 |
| Octal | 171 | 157 | 120 | 0 | 10 | 42 | 65 | 55 | 24 | 47 |
| Binary | 1111001 | 1101111 | 1010000 | 0 | 1000 | 100010 | 110101 | 101101 | 10100 | 100111 |
Color Harmonies of #796F50
Complementary color
Monochromatic Colors of #796F50
Black with #796F50
Text Example
Text Example
White with #796F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796F50; }
p { color: rgb(121,111,80); }
H1.HeaderClassName
{
color: #796F50;
}
.AnyTagClassName
{
color: #796F50;
}
</style>
background-color css
<style>
a { background-color: #796F50; }
a { background-color: rgb(121,111,80); }
div.DivClassName
{
background-color: #796F50;
}
.BgClassName
{
background-color: #796F50;
}
</style>
border-color css
<style>
span { border-color: #796F50; }
span { border-color: rgb(121,111,80); }
td.TdClassName
{
border-color: #796F50;
}
.TagClassName
{
border-color: #796F50;
}
</style>