Shades of Peru Tan #7A341A
Tints of Peru Tan #7A341A
RGB
CMYK
RGB Variations
Color information
#7A341A (or 0x7A341A) is known color: Peru Tan. HEX triplet: 7A, 34 and 1A. RGB value is (122,52,26). Sum of RGB (Red+Green+Blue) = 122+52+26=200 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 122 - color contains mainly: red. Hex color #7A341A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A341A is #85CBE5. Grayscale: #464646. Windows color (decimal): -8768486 or 1717370. OLE color: 1717370.
HSL color Cylindrical-coordinate representation of color #7A341A: hue angle of 16.25º 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 #7A341A is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 52 | 26 | - |
| CMYK | 0 | 0.57 | 0.79 | 0.52 |
| HSL | 16.25º | 0.65% | 0.29% | - |
| HSV(B) | 16.25º | 0.79% | 0.48% | - |
| XYZ | 9.44 | 6.67 | 1.77 | - |
| YUV | 69.97 | 103.19 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 52 | 26 | 0 | 0.57 | 0.79 | 0.52 | 16.25 | 0.65 | 0.29 |
| Hex | 7A | 34 | 1A | 0 | 39 | 4F | 34 | 10 | 41 | 1D |
| Octal | 172 | 64 | 32 | 0 | 71 | 117 | 64 | 20 | 101 | 35 |
| Binary | 1111010 | 110100 | 11010 | 0 | 111001 | 1001111 | 110100 | 10000 | 1000001 | 11101 |
Color Harmonies of #7A341A
Complementary color
Monochromatic Colors of #7A341A
Black with #7A341A
Text Example
Text Example
White with #7A341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A341A; }
p { color: rgb(122,52,26); }
H1.HeaderClassName
{
color: #7A341A;
}
.AnyTagClassName
{
color: #7A341A;
}
</style>
background-color css
<style>
a { background-color: #7A341A; }
a { background-color: rgb(122,52,26); }
div.DivClassName
{
background-color: #7A341A;
}
.BgClassName
{
background-color: #7A341A;
}
</style>
border-color css
<style>
span { border-color: #7A341A; }
span { border-color: rgb(122,52,26); }
td.TdClassName
{
border-color: #7A341A;
}
.TagClassName
{
border-color: #7A341A;
}
</style>