Shades of Peru Tan #7A2B07
Tints of Peru Tan #7A2B07
RGB
CMYK
RGB Variations
Color information
#7A2B07 (or 0x7A2B07) is known color: Peru Tan. HEX triplet: 7A, 2B and 07. RGB value is (122,43,7). Sum of RGB (Red+Green+Blue) = 122+43+7=172 (22% of max value = 765). Red value is 122 (48.05% from 255 or 70.93% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2B07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2B07 is #85D4F8. Grayscale: #3E3E3E. Windows color (decimal): -8770809 or 469882. OLE color: 469882.
HSL color Cylindrical-coordinate representation of color #7A2B07: hue angle of 18.78º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A2B07 is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 43 | 7 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.52 |
| HSL | 18.78º | 0.89% | 0.25% | - |
| HSV(B) | 18.78º | 0.94% | 0.48% | - |
| XYZ | 8.93 | 5.88 | 0.87 | - |
| YUV | 62.52 | 96.67 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 43 | 7 | 0 | 0.65 | 0.94 | 0.52 | 18.78 | 0.89 | 0.25 |
| Hex | 7A | 2B | 7 | 0 | 41 | 5E | 34 | 13 | 59 | 19 |
| Octal | 172 | 53 | 7 | 0 | 101 | 136 | 64 | 23 | 131 | 31 |
| Binary | 1111010 | 101011 | 111 | 0 | 1000001 | 1011110 | 110100 | 10011 | 1011001 | 11001 |
Color Harmonies of #7A2B07
Complementary color
Monochromatic Colors of #7A2B07
Black with #7A2B07
Text Example
Text Example
White with #7A2B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2B07; }
p { color: rgb(122,43,7); }
H1.HeaderClassName
{
color: #7A2B07;
}
.AnyTagClassName
{
color: #7A2B07;
}
</style>
background-color css
<style>
a { background-color: #7A2B07; }
a { background-color: rgb(122,43,7); }
div.DivClassName
{
background-color: #7A2B07;
}
.BgClassName
{
background-color: #7A2B07;
}
</style>
border-color css
<style>
span { border-color: #7A2B07; }
span { border-color: rgb(122,43,7); }
td.TdClassName
{
border-color: #7A2B07;
}
.TagClassName
{
border-color: #7A2B07;
}
</style>