Shades of Peru Tan #7E2F0F
Tints of Peru Tan #7E2F0F
RGB
CMYK
RGB Variations
Color information
#7E2F0F (or 0x7E2F0F) is known color: Peru Tan. HEX triplet: 7E, 2F and 0F. RGB value is (126,47,15). Sum of RGB (Red+Green+Blue) = 126+47+15=188 (24% of max value = 765). Red value is 126 (49.61% from 255 or 67.02% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2F0F is #81D0F0. Grayscale: #434343. Windows color (decimal): -8507633 or 995198. OLE color: 995198.
HSL color Cylindrical-coordinate representation of color #7E2F0F: hue angle of 17.3º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E2F0F is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 47 | 15 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.51 |
| HSL | 17.3º | 0.79% | 0.28% | - |
| HSV(B) | 17.3º | 0.88% | 0.49% | - |
| XYZ | 9.71 | 6.5 | 1.2 | - |
| YUV | 66.97 | 98.67 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 47 | 15 | 0 | 0.63 | 0.88 | 0.51 | 17.3 | 0.79 | 0.28 |
| Hex | 7E | 2F | F | 0 | 3F | 58 | 33 | 11 | 4F | 1C |
| Octal | 176 | 57 | 17 | 0 | 77 | 130 | 63 | 21 | 117 | 34 |
| Binary | 1111110 | 101111 | 1111 | 0 | 111111 | 1011000 | 110011 | 10001 | 1001111 | 11100 |
Color Harmonies of #7E2F0F
Complementary color
Monochromatic Colors of #7E2F0F
Black with #7E2F0F
Text Example
Text Example
White with #7E2F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2F0F; }
p { color: rgb(126,47,15); }
H1.HeaderClassName
{
color: #7E2F0F;
}
.AnyTagClassName
{
color: #7E2F0F;
}
</style>
background-color css
<style>
a { background-color: #7E2F0F; }
a { background-color: rgb(126,47,15); }
div.DivClassName
{
background-color: #7E2F0F;
}
.BgClassName
{
background-color: #7E2F0F;
}
</style>
border-color css
<style>
span { border-color: #7E2F0F; }
span { border-color: rgb(126,47,15); }
td.TdClassName
{
border-color: #7E2F0F;
}
.TagClassName
{
border-color: #7E2F0F;
}
</style>