Shades of Peru Tan #7A3C1A
Tints of Peru Tan #7A3C1A
RGB
CMYK
RGB Variations
Color information
#7A3C1A (or 0x7A3C1A) is known color: Peru Tan. HEX triplet: 7A, 3C and 1A. RGB value is (122,60,26). Sum of RGB (Red+Green+Blue) = 122+60+26=208 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.65% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3C1A is #85C3E5. Grayscale: #4A4A4A. Windows color (decimal): -8766438 or 1719418. OLE color: 1719418.
HSL color Cylindrical-coordinate representation of color #7A3C1A: hue angle of 21.25º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A3C1A is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 60 | 26 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.52 |
| HSL | 21.25º | 0.65% | 0.29% | - |
| HSV(B) | 21.25º | 0.79% | 0.48% | - |
| XYZ | 9.83 | 7.44 | 1.9 | - |
| YUV | 74.66 | 100.54 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 60 | 26 | 0 | 0.51 | 0.79 | 0.52 | 21.25 | 0.65 | 0.29 |
| Hex | 7A | 3C | 1A | 0 | 33 | 4F | 34 | 15 | 41 | 1D |
| Octal | 172 | 74 | 32 | 0 | 63 | 117 | 64 | 25 | 101 | 35 |
| Binary | 1111010 | 111100 | 11010 | 0 | 110011 | 1001111 | 110100 | 10101 | 1000001 | 11101 |
Color Harmonies of #7A3C1A
Complementary color
Monochromatic Colors of #7A3C1A
Black with #7A3C1A
Text Example
Text Example
White with #7A3C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3C1A; }
p { color: rgb(122,60,26); }
H1.HeaderClassName
{
color: #7A3C1A;
}
.AnyTagClassName
{
color: #7A3C1A;
}
</style>
background-color css
<style>
a { background-color: #7A3C1A; }
a { background-color: rgb(122,60,26); }
div.DivClassName
{
background-color: #7A3C1A;
}
.BgClassName
{
background-color: #7A3C1A;
}
</style>
border-color css
<style>
span { border-color: #7A3C1A; }
span { border-color: rgb(122,60,26); }
td.TdClassName
{
border-color: #7A3C1A;
}
.TagClassName
{
border-color: #7A3C1A;
}
</style>