Shades of Peru Tan #7A4222
Tints of Peru Tan #7A4222
RGB
CMYK
RGB Variations
Color information
#7A4222 (or 0x7A4222) is known color: Peru Tan. HEX triplet: 7A, 42 and 22. RGB value is (122,66,34). Sum of RGB (Red+Green+Blue) = 122+66+34=222 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.95% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 34 (13.67% from 255 or 15.32% from 222); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4222 is #85BDDD. Grayscale: #4F4F4F. Windows color (decimal): -8764894 or 2245242. OLE color: 2245242.
HSL color Cylindrical-coordinate representation of color #7A4222: hue angle of 21.82º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A4222 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 66 | 34 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.52 |
| HSL | 21.82º | 0.56% | 0.31% | - |
| HSV(B) | 21.82º | 0.72% | 0.48% | - |
| XYZ | 10.26 | 8.15 | 2.55 | - |
| YUV | 79.1 | 102.55 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 66 | 34 | 0 | 0.46 | 0.72 | 0.52 | 21.82 | 0.56 | 0.31 |
| Hex | 7A | 42 | 22 | 0 | 2E | 48 | 34 | 16 | 38 | 1F |
| Octal | 172 | 102 | 42 | 0 | 56 | 110 | 64 | 26 | 70 | 37 |
| Binary | 1111010 | 1000010 | 100010 | 0 | 101110 | 1001000 | 110100 | 10110 | 111000 | 11111 |
Color Harmonies of #7A4222
Complementary color
Monochromatic Colors of #7A4222
Black with #7A4222
Text Example
Text Example
White with #7A4222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4222; }
p { color: rgb(122,66,34); }
H1.HeaderClassName
{
color: #7A4222;
}
.AnyTagClassName
{
color: #7A4222;
}
</style>
background-color css
<style>
a { background-color: #7A4222; }
a { background-color: rgb(122,66,34); }
div.DivClassName
{
background-color: #7A4222;
}
.BgClassName
{
background-color: #7A4222;
}
</style>
border-color css
<style>
span { border-color: #7A4222; }
span { border-color: rgb(122,66,34); }
td.TdClassName
{
border-color: #7A4222;
}
.TagClassName
{
border-color: #7A4222;
}
</style>