Shades of Peru Tan #7A3214
Tints of Peru Tan #7A3214
RGB
CMYK
RGB Variations
Color information
#7A3214 (or 0x7A3214) is known color: Peru Tan. HEX triplet: 7A, 32 and 14. RGB value is (122,50,20). Sum of RGB (Red+Green+Blue) = 122+50+20=192 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.54% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3214 is #85CDEB. Grayscale: #444444. Windows color (decimal): -8769004 or 1323642. OLE color: 1323642.
HSL color Cylindrical-coordinate representation of color #7A3214: hue angle of 17.65º 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 #7A3214 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 50 | 20 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.52 |
| HSL | 17.65º | 0.72% | 0.28% | - |
| HSV(B) | 17.65º | 0.84% | 0.48% | - |
| XYZ | 9.29 | 6.47 | 1.42 | - |
| YUV | 68.11 | 100.85 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 50 | 20 | 0 | 0.59 | 0.84 | 0.52 | 17.65 | 0.72 | 0.28 |
| Hex | 7A | 32 | 14 | 0 | 3B | 54 | 34 | 12 | 48 | 1C |
| Octal | 172 | 62 | 24 | 0 | 73 | 124 | 64 | 22 | 110 | 34 |
| Binary | 1111010 | 110010 | 10100 | 0 | 111011 | 1010100 | 110100 | 10010 | 1001000 | 11100 |
Color Harmonies of #7A3214
Complementary color
Monochromatic Colors of #7A3214
Black with #7A3214
Text Example
Text Example
White with #7A3214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3214; }
p { color: rgb(122,50,20); }
H1.HeaderClassName
{
color: #7A3214;
}
.AnyTagClassName
{
color: #7A3214;
}
</style>
background-color css
<style>
a { background-color: #7A3214; }
a { background-color: rgb(122,50,20); }
div.DivClassName
{
background-color: #7A3214;
}
.BgClassName
{
background-color: #7A3214;
}
</style>
border-color css
<style>
span { border-color: #7A3214; }
span { border-color: rgb(122,50,20); }
td.TdClassName
{
border-color: #7A3214;
}
.TagClassName
{
border-color: #7A3214;
}
</style>