Shades of Peru Tan #7A3C14
Tints of Peru Tan #7A3C14
RGB
CMYK
RGB Variations
Color information
#7A3C14 (or 0x7A3C14) is known color: Peru Tan. HEX triplet: 7A, 3C and 14. RGB value is (122,60,20). Sum of RGB (Red+Green+Blue) = 122+60+20=202 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.40% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3C14 is #85C3EB. Grayscale: #4A4A4A. Windows color (decimal): -8766444 or 1326202. OLE color: 1326202.
HSL color Cylindrical-coordinate representation of color #7A3C14: hue angle of 23.53º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A3C14 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 60 | 20 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.52 |
| HSL | 23.53º | 0.72% | 0.28% | - |
| HSV(B) | 23.53º | 0.84% | 0.48% | - |
| XYZ | 9.77 | 7.42 | 1.58 | - |
| YUV | 73.98 | 97.54 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 60 | 20 | 0 | 0.51 | 0.84 | 0.52 | 23.53 | 0.72 | 0.28 |
| Hex | 7A | 3C | 14 | 0 | 33 | 54 | 34 | 18 | 48 | 1C |
| Octal | 172 | 74 | 24 | 0 | 63 | 124 | 64 | 30 | 110 | 34 |
| Binary | 1111010 | 111100 | 10100 | 0 | 110011 | 1010100 | 110100 | 11000 | 1001000 | 11100 |
Color Harmonies of #7A3C14
Complementary color
Monochromatic Colors of #7A3C14
Black with #7A3C14
Text Example
Text Example
White with #7A3C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3C14; }
p { color: rgb(122,60,20); }
H1.HeaderClassName
{
color: #7A3C14;
}
.AnyTagClassName
{
color: #7A3C14;
}
</style>
background-color css
<style>
a { background-color: #7A3C14; }
a { background-color: rgb(122,60,20); }
div.DivClassName
{
background-color: #7A3C14;
}
.BgClassName
{
background-color: #7A3C14;
}
</style>
border-color css
<style>
span { border-color: #7A3C14; }
span { border-color: rgb(122,60,20); }
td.TdClassName
{
border-color: #7A3C14;
}
.TagClassName
{
border-color: #7A3C14;
}
</style>