Shades of Peru Tan #792E07
Tints of Peru Tan #792E07
RGB
CMYK
RGB Variations
Color information
#792E07 (or 0x792E07) is known color: Peru Tan. HEX triplet: 79, 2E and 07. RGB value is (121,46,7). Sum of RGB (Red+Green+Blue) = 121+46+7=174 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.54% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 7 (3.12% from 255 or 4.02% from 174); Max value from RGB is 121 - color contains mainly: red. Hex color #792E07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792E07 is #86D1F8. Grayscale: #404040. Windows color (decimal): -8835577 or 470649. OLE color: 470649.
HSL color Cylindrical-coordinate representation of color #792E07: hue angle of 20.53º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #792E07 is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 46 | 7 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.53 |
| HSL | 20.53º | 0.89% | 0.25% | - |
| HSV(B) | 20.53º | 0.94% | 0.47% | - |
| XYZ | 8.9 | 6.03 | 0.9 | - |
| YUV | 63.98 | 95.85 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 46 | 7 | 0 | 0.62 | 0.94 | 0.53 | 20.53 | 0.89 | 0.25 |
| Hex | 79 | 2E | 7 | 0 | 3E | 5E | 35 | 15 | 59 | 19 |
| Octal | 171 | 56 | 7 | 0 | 76 | 136 | 65 | 25 | 131 | 31 |
| Binary | 1111001 | 101110 | 111 | 0 | 111110 | 1011110 | 110101 | 10101 | 1011001 | 11001 |
Color Harmonies of #792E07
Complementary color
Monochromatic Colors of #792E07
Black with #792E07
Text Example
Text Example
White with #792E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792E07; }
p { color: rgb(121,46,7); }
H1.HeaderClassName
{
color: #792E07;
}
.AnyTagClassName
{
color: #792E07;
}
</style>
background-color css
<style>
a { background-color: #792E07; }
a { background-color: rgb(121,46,7); }
div.DivClassName
{
background-color: #792E07;
}
.BgClassName
{
background-color: #792E07;
}
</style>
border-color css
<style>
span { border-color: #792E07; }
span { border-color: rgb(121,46,7); }
td.TdClassName
{
border-color: #792E07;
}
.TagClassName
{
border-color: #792E07;
}
</style>