Shades of Peru Tan #7A411E
Tints of Peru Tan #7A411E
RGB
CMYK
RGB Variations
Color information
#7A411E (or 0x7A411E) is known color: Peru Tan. HEX triplet: 7A, 41 and 1E. RGB value is (122,65,30). Sum of RGB (Red+Green+Blue) = 122+65+30=217 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.22% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 122 - color contains mainly: red. Hex color #7A411E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A411E is #85BEE1. Grayscale: #4E4E4E. Windows color (decimal): -8765154 or 1982842. OLE color: 1982842.
HSL color Cylindrical-coordinate representation of color #7A411E: hue angle of 22.83º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A411E is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 65 | 30 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.52 |
| HSL | 22.83º | 0.61% | 0.3% | - |
| HSV(B) | 22.83º | 0.75% | 0.48% | - |
| XYZ | 10.15 | 8.01 | 2.24 | - |
| YUV | 78.05 | 100.88 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 65 | 30 | 0 | 0.47 | 0.75 | 0.52 | 22.83 | 0.61 | 0.3 |
| Hex | 7A | 41 | 1E | 0 | 2F | 4B | 34 | 17 | 3D | 1E |
| Octal | 172 | 101 | 36 | 0 | 57 | 113 | 64 | 27 | 75 | 36 |
| Binary | 1111010 | 1000001 | 11110 | 0 | 101111 | 1001011 | 110100 | 10111 | 111101 | 11110 |
Color Harmonies of #7A411E
Complementary color
Monochromatic Colors of #7A411E
Black with #7A411E
Text Example
Text Example
White with #7A411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A411E; }
p { color: rgb(122,65,30); }
H1.HeaderClassName
{
color: #7A411E;
}
.AnyTagClassName
{
color: #7A411E;
}
</style>
background-color css
<style>
a { background-color: #7A411E; }
a { background-color: rgb(122,65,30); }
div.DivClassName
{
background-color: #7A411E;
}
.BgClassName
{
background-color: #7A411E;
}
</style>
border-color css
<style>
span { border-color: #7A411E; }
span { border-color: rgb(122,65,30); }
td.TdClassName
{
border-color: #7A411E;
}
.TagClassName
{
border-color: #7A411E;
}
</style>