Shades of Peru Tan #7A2C06
Tints of Peru Tan #7A2C06
RGB
CMYK
RGB Variations
Color information
#7A2C06 (or 0x7A2C06) is known color: Peru Tan. HEX triplet: 7A, 2C and 06. RGB value is (122,44,6). Sum of RGB (Red+Green+Blue) = 122+44+6=172 (22% of max value = 765). Red value is 122 (48.05% from 255 or 70.93% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 6 (2.73% from 255 or 3.49% from 172); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2C06 is #85D3F9. Grayscale: #3F3F3F. Windows color (decimal): -8770554 or 404602. OLE color: 404602.
HSL color Cylindrical-coordinate representation of color #7A2C06: hue angle of 19.66º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A2C06 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 44 | 6 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.52 |
| HSL | 19.66º | 0.91% | 0.25% | - |
| HSV(B) | 19.66º | 0.95% | 0.48% | - |
| XYZ | 8.96 | 5.95 | 0.85 | - |
| YUV | 62.99 | 95.84 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 44 | 6 | 0 | 0.64 | 0.95 | 0.52 | 19.66 | 0.91 | 0.25 |
| Hex | 7A | 2C | 6 | 0 | 40 | 5F | 34 | 14 | 5B | 19 |
| Octal | 172 | 54 | 6 | 0 | 100 | 137 | 64 | 24 | 133 | 31 |
| Binary | 1111010 | 101100 | 110 | 0 | 1000000 | 1011111 | 110100 | 10100 | 1011011 | 11001 |
Color Harmonies of #7A2C06
Complementary color
Monochromatic Colors of #7A2C06
Black with #7A2C06
Text Example
Text Example
White with #7A2C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2C06; }
p { color: rgb(122,44,6); }
H1.HeaderClassName
{
color: #7A2C06;
}
.AnyTagClassName
{
color: #7A2C06;
}
</style>
background-color css
<style>
a { background-color: #7A2C06; }
a { background-color: rgb(122,44,6); }
div.DivClassName
{
background-color: #7A2C06;
}
.BgClassName
{
background-color: #7A2C06;
}
</style>
border-color css
<style>
span { border-color: #7A2C06; }
span { border-color: rgb(122,44,6); }
td.TdClassName
{
border-color: #7A2C06;
}
.TagClassName
{
border-color: #7A2C06;
}
</style>