Shades of Peru Tan #7F2A07
Tints of Peru Tan #7F2A07
RGB
CMYK
RGB Variations
Color information
#7F2A07 (or 0x7F2A07) is known color: Peru Tan. HEX triplet: 7F, 2A and 07. RGB value is (127,42,7). Sum of RGB (Red+Green+Blue) = 127+42+7=176 (23% of max value = 765). Red value is 127 (50% from 255 or 72.16% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 7 (3.12% from 255 or 3.98% from 176); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2A07 is #80D5F8. Grayscale: #3F3F3F. Windows color (decimal): -8443385 or 469631. OLE color: 469631.
HSL color Cylindrical-coordinate representation of color #7F2A07: hue angle of 17.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F2A07 is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 42 | 7 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.50 |
| HSL | 17.5º | 0.9% | 0.26% | - |
| HSV(B) | 17.5º | 0.94% | 0.5% | - |
| XYZ | 9.62 | 6.18 | 0.89 | - |
| YUV | 63.43 | 96.16 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 42 | 7 | 0 | 0.67 | 0.94 | 0.50 | 17.5 | 0.9 | 0.26 |
| Hex | 7F | 2A | 7 | 0 | 43 | 5E | 32 | 12 | 5A | 1A |
| Octal | 177 | 52 | 7 | 0 | 103 | 136 | 62 | 22 | 132 | 32 |
| Binary | 1111111 | 101010 | 111 | 0 | 1000011 | 1011110 | 110010 | 10010 | 1011010 | 11010 |
Color Harmonies of #7F2A07
Complementary color
Monochromatic Colors of #7F2A07
Black with #7F2A07
Text Example
Text Example
White with #7F2A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2A07; }
p { color: rgb(127,42,7); }
H1.HeaderClassName
{
color: #7F2A07;
}
.AnyTagClassName
{
color: #7F2A07;
}
</style>
background-color css
<style>
a { background-color: #7F2A07; }
a { background-color: rgb(127,42,7); }
div.DivClassName
{
background-color: #7F2A07;
}
.BgClassName
{
background-color: #7F2A07;
}
</style>
border-color css
<style>
span { border-color: #7F2A07; }
span { border-color: rgb(127,42,7); }
td.TdClassName
{
border-color: #7F2A07;
}
.TagClassName
{
border-color: #7F2A07;
}
</style>