Shades of Peru Tan #7A3B1B
Tints of Peru Tan #7A3B1B
RGB
CMYK
RGB Variations
Color information
#7A3B1B (or 0x7A3B1B) is known color: Peru Tan. HEX triplet: 7A, 3B and 1B. RGB value is (122,59,27). Sum of RGB (Red+Green+Blue) = 122+59+27=208 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.65% from 208); Green value is 59 (23.44% from 255 or 28.37% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3B1B is #85C4E4. Grayscale: #4A4A4A. Windows color (decimal): -8766693 or 1784698. OLE color: 1784698.
HSL color Cylindrical-coordinate representation of color #7A3B1B: hue angle of 20.21º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A3B1B is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 59 | 27 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.52 |
| HSL | 20.21º | 0.64% | 0.29% | - |
| HSV(B) | 20.21º | 0.78% | 0.48% | - |
| XYZ | 9.79 | 7.34 | 1.94 | - |
| YUV | 74.19 | 101.37 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 59 | 27 | 0 | 0.52 | 0.78 | 0.52 | 20.21 | 0.64 | 0.29 |
| Hex | 7A | 3B | 1B | 0 | 34 | 4E | 34 | 14 | 40 | 1D |
| Octal | 172 | 73 | 33 | 0 | 64 | 116 | 64 | 24 | 100 | 35 |
| Binary | 1111010 | 111011 | 11011 | 0 | 110100 | 1001110 | 110100 | 10100 | 1000000 | 11101 |
Color Harmonies of #7A3B1B
Complementary color
Monochromatic Colors of #7A3B1B
Black with #7A3B1B
Text Example
Text Example
White with #7A3B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3B1B; }
p { color: rgb(122,59,27); }
H1.HeaderClassName
{
color: #7A3B1B;
}
.AnyTagClassName
{
color: #7A3B1B;
}
</style>
background-color css
<style>
a { background-color: #7A3B1B; }
a { background-color: rgb(122,59,27); }
div.DivClassName
{
background-color: #7A3B1B;
}
.BgClassName
{
background-color: #7A3B1B;
}
</style>
border-color css
<style>
span { border-color: #7A3B1B; }
span { border-color: rgb(122,59,27); }
td.TdClassName
{
border-color: #7A3B1B;
}
.TagClassName
{
border-color: #7A3B1B;
}
</style>