Shades of Peru Tan #7A3A1C
Tints of Peru Tan #7A3A1C
RGB
CMYK
RGB Variations
Color information
#7A3A1C (or 0x7A3A1C) is known color: Peru Tan. HEX triplet: 7A, 3A and 1C. RGB value is (122,58,28). Sum of RGB (Red+Green+Blue) = 122+58+28=208 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.65% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3A1C is #85C5E3. Grayscale: #494949. Windows color (decimal): -8766948 or 1849978. OLE color: 1849978.
HSL color Cylindrical-coordinate representation of color #7A3A1C: hue angle of 19.15º 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 #7A3A1C is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 58 | 28 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.52 |
| HSL | 19.15º | 0.63% | 0.29% | - |
| HSV(B) | 19.15º | 0.77% | 0.48% | - |
| XYZ | 9.75 | 7.25 | 1.98 | - |
| YUV | 73.72 | 102.2 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 58 | 28 | 0 | 0.52 | 0.77 | 0.52 | 19.15 | 0.63 | 0.29 |
| Hex | 7A | 3A | 1C | 0 | 34 | 4D | 34 | 13 | 3F | 1D |
| Octal | 172 | 72 | 34 | 0 | 64 | 115 | 64 | 23 | 77 | 35 |
| Binary | 1111010 | 111010 | 11100 | 0 | 110100 | 1001101 | 110100 | 10011 | 111111 | 11101 |
Color Harmonies of #7A3A1C
Complementary color
Monochromatic Colors of #7A3A1C
Black with #7A3A1C
Text Example
Text Example
White with #7A3A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3A1C; }
p { color: rgb(122,58,28); }
H1.HeaderClassName
{
color: #7A3A1C;
}
.AnyTagClassName
{
color: #7A3A1C;
}
</style>
background-color css
<style>
a { background-color: #7A3A1C; }
a { background-color: rgb(122,58,28); }
div.DivClassName
{
background-color: #7A3A1C;
}
.BgClassName
{
background-color: #7A3A1C;
}
</style>
border-color css
<style>
span { border-color: #7A3A1C; }
span { border-color: rgb(122,58,28); }
td.TdClassName
{
border-color: #7A3A1C;
}
.TagClassName
{
border-color: #7A3A1C;
}
</style>