Shades of Peru Tan #7A330E
Tints of Peru Tan #7A330E
RGB
CMYK
RGB Variations
Color information
#7A330E (or 0x7A330E) is known color: Peru Tan. HEX triplet: 7A, 33 and 0E. RGB value is (122,51,14). Sum of RGB (Red+Green+Blue) = 122+51+14=187 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.24% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 122 - color contains mainly: red. Hex color #7A330E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A330E is #85CCF1. Grayscale: #444444. Windows color (decimal): -8768754 or 930682. OLE color: 930682.
HSL color Cylindrical-coordinate representation of color #7A330E: hue angle of 20.56º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A330E is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 51 | 14 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.52 |
| HSL | 20.56º | 0.79% | 0.27% | - |
| HSV(B) | 20.56º | 0.89% | 0.48% | - |
| XYZ | 9.29 | 6.54 | 1.19 | - |
| YUV | 68.01 | 97.52 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 51 | 14 | 0 | 0.58 | 0.89 | 0.52 | 20.56 | 0.79 | 0.27 |
| Hex | 7A | 33 | E | 0 | 3A | 59 | 34 | 15 | 4F | 1B |
| Octal | 172 | 63 | 16 | 0 | 72 | 131 | 64 | 25 | 117 | 33 |
| Binary | 1111010 | 110011 | 1110 | 0 | 111010 | 1011001 | 110100 | 10101 | 1001111 | 11011 |
Color Harmonies of #7A330E
Complementary color
Monochromatic Colors of #7A330E
Black with #7A330E
Text Example
Text Example
White with #7A330E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A330E; }
p { color: rgb(122,51,14); }
H1.HeaderClassName
{
color: #7A330E;
}
.AnyTagClassName
{
color: #7A330E;
}
</style>
background-color css
<style>
a { background-color: #7A330E; }
a { background-color: rgb(122,51,14); }
div.DivClassName
{
background-color: #7A330E;
}
.BgClassName
{
background-color: #7A330E;
}
</style>
border-color css
<style>
span { border-color: #7A330E; }
span { border-color: rgb(122,51,14); }
td.TdClassName
{
border-color: #7A330E;
}
.TagClassName
{
border-color: #7A330E;
}
</style>