Shades of Peru Tan #7A371C
Tints of Peru Tan #7A371C
RGB
CMYK
RGB Variations
Color information
#7A371C (or 0x7A371C) is known color: Peru Tan. HEX triplet: 7A, 37 and 1C. RGB value is (122,55,28). Sum of RGB (Red+Green+Blue) = 122+55+28=205 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.51% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 122 - color contains mainly: red. Hex color #7A371C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A371C is #85C8E3. Grayscale: #484848. Windows color (decimal): -8767716 or 1849210. OLE color: 1849210.
HSL color Cylindrical-coordinate representation of color #7A371C: hue angle of 17.23º 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 #7A371C is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 55 | 28 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.52 |
| HSL | 17.23º | 0.63% | 0.29% | - |
| HSV(B) | 17.23º | 0.77% | 0.48% | - |
| XYZ | 9.6 | 6.95 | 1.93 | - |
| YUV | 71.96 | 103.2 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 55 | 28 | 0 | 0.55 | 0.77 | 0.52 | 17.23 | 0.63 | 0.29 |
| Hex | 7A | 37 | 1C | 0 | 37 | 4D | 34 | 11 | 3F | 1D |
| Octal | 172 | 67 | 34 | 0 | 67 | 115 | 64 | 21 | 77 | 35 |
| Binary | 1111010 | 110111 | 11100 | 0 | 110111 | 1001101 | 110100 | 10001 | 111111 | 11101 |
Color Harmonies of #7A371C
Complementary color
Monochromatic Colors of #7A371C
Black with #7A371C
Text Example
Text Example
White with #7A371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A371C; }
p { color: rgb(122,55,28); }
H1.HeaderClassName
{
color: #7A371C;
}
.AnyTagClassName
{
color: #7A371C;
}
</style>
background-color css
<style>
a { background-color: #7A371C; }
a { background-color: rgb(122,55,28); }
div.DivClassName
{
background-color: #7A371C;
}
.BgClassName
{
background-color: #7A371C;
}
</style>
border-color css
<style>
span { border-color: #7A371C; }
span { border-color: rgb(122,55,28); }
td.TdClassName
{
border-color: #7A371C;
}
.TagClassName
{
border-color: #7A371C;
}
</style>