Shades of Peru Tan #7A350C
Tints of Peru Tan #7A350C
RGB
CMYK
RGB Variations
Color information
#7A350C (or 0x7A350C) is known color: Peru Tan. HEX triplet: 7A, 35 and 0C. RGB value is (122,53,12). Sum of RGB (Red+Green+Blue) = 122+53+12=187 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.24% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 122 - color contains mainly: red. Hex color #7A350C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A350C is #85CAF3. Grayscale: #454545. Windows color (decimal): -8768244 or 800122. OLE color: 800122.
HSL color Cylindrical-coordinate representation of color #7A350C: hue angle of 22.36º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A350C is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 53 | 12 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.52 |
| HSL | 22.36º | 0.82% | 0.26% | - |
| HSV(B) | 22.36º | 0.9% | 0.48% | - |
| XYZ | 9.37 | 6.71 | 1.15 | - |
| YUV | 68.96 | 95.86 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 53 | 12 | 0 | 0.57 | 0.90 | 0.52 | 22.36 | 0.82 | 0.26 |
| Hex | 7A | 35 | C | 0 | 39 | 5A | 34 | 16 | 52 | 1A |
| Octal | 172 | 65 | 14 | 0 | 71 | 132 | 64 | 26 | 122 | 32 |
| Binary | 1111010 | 110101 | 1100 | 0 | 111001 | 1011010 | 110100 | 10110 | 1010010 | 11010 |
Color Harmonies of #7A350C
Complementary color
Monochromatic Colors of #7A350C
Black with #7A350C
Text Example
Text Example
White with #7A350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A350C; }
p { color: rgb(122,53,12); }
H1.HeaderClassName
{
color: #7A350C;
}
.AnyTagClassName
{
color: #7A350C;
}
</style>
background-color css
<style>
a { background-color: #7A350C; }
a { background-color: rgb(122,53,12); }
div.DivClassName
{
background-color: #7A350C;
}
.BgClassName
{
background-color: #7A350C;
}
</style>
border-color css
<style>
span { border-color: #7A350C; }
span { border-color: rgb(122,53,12); }
td.TdClassName
{
border-color: #7A350C;
}
.TagClassName
{
border-color: #7A350C;
}
</style>