Shades of Peru Tan #7A391A
Tints of Peru Tan #7A391A
RGB
CMYK
RGB Variations
Color information
#7A391A (or 0x7A391A) is known color: Peru Tan. HEX triplet: 7A, 39 and 1A. RGB value is (122,57,26). Sum of RGB (Red+Green+Blue) = 122+57+26=205 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.51% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 122 - color contains mainly: red. Hex color #7A391A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A391A is #85C6E5. Grayscale: #494949. Windows color (decimal): -8767206 or 1718650. OLE color: 1718650.
HSL color Cylindrical-coordinate representation of color #7A391A: hue angle of 19.38º 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 #7A391A is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 57 | 26 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.52 |
| HSL | 19.38º | 0.65% | 0.29% | - |
| HSV(B) | 19.38º | 0.79% | 0.48% | - |
| XYZ | 9.68 | 7.14 | 1.85 | - |
| YUV | 72.9 | 101.53 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 57 | 26 | 0 | 0.53 | 0.79 | 0.52 | 19.38 | 0.65 | 0.29 |
| Hex | 7A | 39 | 1A | 0 | 35 | 4F | 34 | 13 | 41 | 1D |
| Octal | 172 | 71 | 32 | 0 | 65 | 117 | 64 | 23 | 101 | 35 |
| Binary | 1111010 | 111001 | 11010 | 0 | 110101 | 1001111 | 110100 | 10011 | 1000001 | 11101 |
Color Harmonies of #7A391A
Complementary color
Monochromatic Colors of #7A391A
Black with #7A391A
Text Example
Text Example
White with #7A391A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A391A; }
p { color: rgb(122,57,26); }
H1.HeaderClassName
{
color: #7A391A;
}
.AnyTagClassName
{
color: #7A391A;
}
</style>
background-color css
<style>
a { background-color: #7A391A; }
a { background-color: rgb(122,57,26); }
div.DivClassName
{
background-color: #7A391A;
}
.BgClassName
{
background-color: #7A391A;
}
</style>
border-color css
<style>
span { border-color: #7A391A; }
span { border-color: rgb(122,57,26); }
td.TdClassName
{
border-color: #7A391A;
}
.TagClassName
{
border-color: #7A391A;
}
</style>