Shades of Peru Tan #7A2D0F
Tints of Peru Tan #7A2D0F
RGB
CMYK
RGB Variations
Color information
#7A2D0F (or 0x7A2D0F) is known color: Peru Tan. HEX triplet: 7A, 2D and 0F. RGB value is (122,45,15). Sum of RGB (Red+Green+Blue) = 122+45+15=182 (24% of max value = 765). Red value is 122 (48.05% from 255 or 67.03% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2D0F is #85D2F0. Grayscale: #404040. Windows color (decimal): -8770289 or 994682. OLE color: 994682.
HSL color Cylindrical-coordinate representation of color #7A2D0F: hue angle of 16.82º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A2D0F is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 45 | 15 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.52 |
| HSL | 16.82º | 0.78% | 0.27% | - |
| HSV(B) | 16.82º | 0.88% | 0.48% | - |
| XYZ | 9.05 | 6.05 | 1.14 | - |
| YUV | 64.6 | 100.01 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 45 | 15 | 0 | 0.63 | 0.88 | 0.52 | 16.82 | 0.78 | 0.27 |
| Hex | 7A | 2D | F | 0 | 3F | 58 | 34 | 11 | 4E | 1B |
| Octal | 172 | 55 | 17 | 0 | 77 | 130 | 64 | 21 | 116 | 33 |
| Binary | 1111010 | 101101 | 1111 | 0 | 111111 | 1011000 | 110100 | 10001 | 1001110 | 11011 |
Color Harmonies of #7A2D0F
Complementary color
Monochromatic Colors of #7A2D0F
Black with #7A2D0F
Text Example
Text Example
White with #7A2D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2D0F; }
p { color: rgb(122,45,15); }
H1.HeaderClassName
{
color: #7A2D0F;
}
.AnyTagClassName
{
color: #7A2D0F;
}
</style>
background-color css
<style>
a { background-color: #7A2D0F; }
a { background-color: rgb(122,45,15); }
div.DivClassName
{
background-color: #7A2D0F;
}
.BgClassName
{
background-color: #7A2D0F;
}
</style>
border-color css
<style>
span { border-color: #7A2D0F; }
span { border-color: rgb(122,45,15); }
td.TdClassName
{
border-color: #7A2D0F;
}
.TagClassName
{
border-color: #7A2D0F;
}
</style>