Shades of Peru Tan #7A3C1C
Tints of Peru Tan #7A3C1C
RGB
CMYK
RGB Variations
Color information
#7A3C1C (or 0x7A3C1C) is known color: Peru Tan. HEX triplet: 7A, 3C and 1C. RGB value is (122,60,28). Sum of RGB (Red+Green+Blue) = 122+60+28=210 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.10% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3C1C is #85C3E3. Grayscale: #4B4B4B. Windows color (decimal): -8766436 or 1850490. OLE color: 1850490.
HSL color Cylindrical-coordinate representation of color #7A3C1C: hue angle of 20.43º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A3C1C is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 60 | 28 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.52 |
| HSL | 20.43º | 0.63% | 0.29% | - |
| HSV(B) | 20.43º | 0.77% | 0.48% | - |
| XYZ | 9.85 | 7.45 | 2.02 | - |
| YUV | 74.89 | 101.54 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 60 | 28 | 0 | 0.51 | 0.77 | 0.52 | 20.43 | 0.63 | 0.29 |
| Hex | 7A | 3C | 1C | 0 | 33 | 4D | 34 | 14 | 3F | 1D |
| Octal | 172 | 74 | 34 | 0 | 63 | 115 | 64 | 24 | 77 | 35 |
| Binary | 1111010 | 111100 | 11100 | 0 | 110011 | 1001101 | 110100 | 10100 | 111111 | 11101 |
Color Harmonies of #7A3C1C
Complementary color
Monochromatic Colors of #7A3C1C
Black with #7A3C1C
Text Example
Text Example
White with #7A3C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3C1C; }
p { color: rgb(122,60,28); }
H1.HeaderClassName
{
color: #7A3C1C;
}
.AnyTagClassName
{
color: #7A3C1C;
}
</style>
background-color css
<style>
a { background-color: #7A3C1C; }
a { background-color: rgb(122,60,28); }
div.DivClassName
{
background-color: #7A3C1C;
}
.BgClassName
{
background-color: #7A3C1C;
}
</style>
border-color css
<style>
span { border-color: #7A3C1C; }
span { border-color: rgb(122,60,28); }
td.TdClassName
{
border-color: #7A3C1C;
}
.TagClassName
{
border-color: #7A3C1C;
}
</style>