Shades of Peru Tan #7A2802
Tints of Peru Tan #7A2802
RGB
CMYK
RGB Variations
Color information
#7A2802 (or 0x7A2802) is known color: Peru Tan. HEX triplet: 7A, 28 and 02. RGB value is (122,40,2). Sum of RGB (Red+Green+Blue) = 122+40+2=164 (21% of max value = 765). Red value is 122 (48.05% from 255 or 74.39% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2802 is #85D7FD. Grayscale: #3C3C3C. Windows color (decimal): -8771582 or 141434. OLE color: 141434.
HSL color Cylindrical-coordinate representation of color #7A2802: hue angle of 19º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A2802 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 40 | 2 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.52 |
| HSL | 19º | 0.97% | 0.24% | - |
| HSV(B) | 19º | 0.98% | 0.48% | - |
| XYZ | 8.8 | 5.66 | 0.69 | - |
| YUV | 60.19 | 95.17 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 40 | 2 | 0 | 0.67 | 0.98 | 0.52 | 19 | 0.97 | 0.24 |
| Hex | 7A | 28 | 2 | 0 | 43 | 62 | 34 | 13 | 61 | 18 |
| Octal | 172 | 50 | 2 | 0 | 103 | 142 | 64 | 23 | 141 | 30 |
| Binary | 1111010 | 101000 | 10 | 0 | 1000011 | 1100010 | 110100 | 10011 | 1100001 | 11000 |
Color Harmonies of #7A2802
Complementary color
Monochromatic Colors of #7A2802
Black with #7A2802
Text Example
Text Example
White with #7A2802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2802; }
p { color: rgb(122,40,2); }
H1.HeaderClassName
{
color: #7A2802;
}
.AnyTagClassName
{
color: #7A2802;
}
</style>
background-color css
<style>
a { background-color: #7A2802; }
a { background-color: rgb(122,40,2); }
div.DivClassName
{
background-color: #7A2802;
}
.BgClassName
{
background-color: #7A2802;
}
</style>
border-color css
<style>
span { border-color: #7A2802; }
span { border-color: rgb(122,40,2); }
td.TdClassName
{
border-color: #7A2802;
}
.TagClassName
{
border-color: #7A2802;
}
</style>