Shades of Peru Tan #7A340B
Tints of Peru Tan #7A340B
RGB
CMYK
RGB Variations
Color information
#7A340B (or 0x7A340B) is known color: Peru Tan. HEX triplet: 7A, 34 and 0B. RGB value is (122,52,11). Sum of RGB (Red+Green+Blue) = 122+52+11=185 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.95% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 122 - color contains mainly: red. Hex color #7A340B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A340B is #85CBF4. Grayscale: #444444. Windows color (decimal): -8768501 or 734330. OLE color: 734330.
HSL color Cylindrical-coordinate representation of color #7A340B: hue angle of 22.16º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A340B is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 52 | 11 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.52 |
| HSL | 22.16º | 0.83% | 0.26% | - |
| HSV(B) | 22.16º | 0.91% | 0.48% | - |
| XYZ | 9.31 | 6.62 | 1.1 | - |
| YUV | 68.26 | 95.69 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 52 | 11 | 0 | 0.57 | 0.91 | 0.52 | 22.16 | 0.83 | 0.26 |
| Hex | 7A | 34 | B | 0 | 39 | 5B | 34 | 16 | 53 | 1A |
| Octal | 172 | 64 | 13 | 0 | 71 | 133 | 64 | 26 | 123 | 32 |
| Binary | 1111010 | 110100 | 1011 | 0 | 111001 | 1011011 | 110100 | 10110 | 1010011 | 11010 |
Color Harmonies of #7A340B
Complementary color
Monochromatic Colors of #7A340B
Black with #7A340B
Text Example
Text Example
White with #7A340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A340B; }
p { color: rgb(122,52,11); }
H1.HeaderClassName
{
color: #7A340B;
}
.AnyTagClassName
{
color: #7A340B;
}
</style>
background-color css
<style>
a { background-color: #7A340B; }
a { background-color: rgb(122,52,11); }
div.DivClassName
{
background-color: #7A340B;
}
.BgClassName
{
background-color: #7A340B;
}
</style>
border-color css
<style>
span { border-color: #7A340B; }
span { border-color: rgb(122,52,11); }
td.TdClassName
{
border-color: #7A340B;
}
.TagClassName
{
border-color: #7A340B;
}
</style>