Shades of Peat #796B4E
Tints of Peat #796B4E
RGB
CMYK
RGB Variations
Color information
#796B4E (or 0x796B4E) is known color: Peat. HEX triplet: 79, 6B and 4E. RGB value is (121,107,78). Sum of RGB (Red+Green+Blue) = 121+107+78=306 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.54% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 121 - color contains mainly: red. Hex color #796B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796B4E is #8694B1. Grayscale: #6C6C6C. Windows color (decimal): -8819890 or 5139321. OLE color: 5139321.
HSL color Cylindrical-coordinate representation of color #796B4E: hue angle of 40.47º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #796B4E is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 107 | 78 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.53 |
| HSL | 40.47º | 0.22% | 0.39% | - |
| HSV(B) | 40.47º | 0.36% | 0.47% | - |
| XYZ | 14.52 | 15.13 | 9.36 | - |
| YUV | 107.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 107 | 78 | 0 | 0.12 | 0.36 | 0.53 | 40.47 | 0.22 | 0.39 |
| Hex | 79 | 6B | 4E | 0 | C | 24 | 35 | 28 | 16 | 27 |
| Octal | 171 | 153 | 116 | 0 | 14 | 44 | 65 | 50 | 26 | 47 |
| Binary | 1111001 | 1101011 | 1001110 | 0 | 1100 | 100100 | 110101 | 101000 | 10110 | 100111 |
Color Harmonies of #796B4E
Complementary color
Monochromatic Colors of #796B4E
Black with #796B4E
Text Example
Text Example
White with #796B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796B4E; }
p { color: rgb(121,107,78); }
H1.HeaderClassName
{
color: #796B4E;
}
.AnyTagClassName
{
color: #796B4E;
}
</style>
background-color css
<style>
a { background-color: #796B4E; }
a { background-color: rgb(121,107,78); }
div.DivClassName
{
background-color: #796B4E;
}
.BgClassName
{
background-color: #796B4E;
}
</style>
border-color css
<style>
span { border-color: #796B4E; }
span { border-color: rgb(121,107,78); }
td.TdClassName
{
border-color: #796B4E;
}
.TagClassName
{
border-color: #796B4E;
}
</style>