Shades of Peru Tan #7A3010
Tints of Peru Tan #7A3010
RGB
CMYK
RGB Variations
Color information
#7A3010 (or 0x7A3010) is known color: Peru Tan. HEX triplet: 7A, 30 and 10. RGB value is (122,48,16). Sum of RGB (Red+Green+Blue) = 122+48+16=186 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.59% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3010 is #85CFEF. Grayscale: #424242. Windows color (decimal): -8769520 or 1060986. OLE color: 1060986.
HSL color Cylindrical-coordinate representation of color #7A3010: hue angle of 18.11º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A3010 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 48 | 16 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.52 |
| HSL | 18.11º | 0.77% | 0.27% | - |
| HSV(B) | 18.11º | 0.87% | 0.48% | - |
| XYZ | 9.18 | 6.29 | 1.22 | - |
| YUV | 66.48 | 99.52 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 48 | 16 | 0 | 0.61 | 0.87 | 0.52 | 18.11 | 0.77 | 0.27 |
| Hex | 7A | 30 | 10 | 0 | 3D | 57 | 34 | 12 | 4D | 1B |
| Octal | 172 | 60 | 20 | 0 | 75 | 127 | 64 | 22 | 115 | 33 |
| Binary | 1111010 | 110000 | 10000 | 0 | 111101 | 1010111 | 110100 | 10010 | 1001101 | 11011 |
Color Harmonies of #7A3010
Complementary color
Monochromatic Colors of #7A3010
Black with #7A3010
Text Example
Text Example
White with #7A3010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3010; }
p { color: rgb(122,48,16); }
H1.HeaderClassName
{
color: #7A3010;
}
.AnyTagClassName
{
color: #7A3010;
}
</style>
background-color css
<style>
a { background-color: #7A3010; }
a { background-color: rgb(122,48,16); }
div.DivClassName
{
background-color: #7A3010;
}
.BgClassName
{
background-color: #7A3010;
}
</style>
border-color css
<style>
span { border-color: #7A3010; }
span { border-color: rgb(122,48,16); }
td.TdClassName
{
border-color: #7A3010;
}
.TagClassName
{
border-color: #7A3010;
}
</style>