Shades of Peru Tan #7A3A12
Tints of Peru Tan #7A3A12
RGB
CMYK
RGB Variations
Color information
#7A3A12 (or 0x7A3A12) is known color: Peru Tan. HEX triplet: 7A, 3A and 12. RGB value is (122,58,18). Sum of RGB (Red+Green+Blue) = 122+58+18=198 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.62% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3A12 is #85C5ED. Grayscale: #484848. Windows color (decimal): -8766958 or 1194618. OLE color: 1194618.
HSL color Cylindrical-coordinate representation of color #7A3A12: hue angle of 23.08º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A3A12 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 58 | 18 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.52 |
| HSL | 23.08º | 0.74% | 0.27% | - |
| HSV(B) | 23.08º | 0.85% | 0.48% | - |
| XYZ | 9.65 | 7.21 | 1.45 | - |
| YUV | 72.58 | 97.2 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 58 | 18 | 0 | 0.52 | 0.85 | 0.52 | 23.08 | 0.74 | 0.27 |
| Hex | 7A | 3A | 12 | 0 | 34 | 55 | 34 | 17 | 4A | 1B |
| Octal | 172 | 72 | 22 | 0 | 64 | 125 | 64 | 27 | 112 | 33 |
| Binary | 1111010 | 111010 | 10010 | 0 | 110100 | 1010101 | 110100 | 10111 | 1001010 | 11011 |
Color Harmonies of #7A3A12
Complementary color
Monochromatic Colors of #7A3A12
Black with #7A3A12
Text Example
Text Example
White with #7A3A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3A12; }
p { color: rgb(122,58,18); }
H1.HeaderClassName
{
color: #7A3A12;
}
.AnyTagClassName
{
color: #7A3A12;
}
</style>
background-color css
<style>
a { background-color: #7A3A12; }
a { background-color: rgb(122,58,18); }
div.DivClassName
{
background-color: #7A3A12;
}
.BgClassName
{
background-color: #7A3A12;
}
</style>
border-color css
<style>
span { border-color: #7A3A12; }
span { border-color: rgb(122,58,18); }
td.TdClassName
{
border-color: #7A3A12;
}
.TagClassName
{
border-color: #7A3A12;
}
</style>