Shades of Peru Tan #7E3112
Tints of Peru Tan #7E3112
RGB
CMYK
RGB Variations
Color information
#7E3112 (or 0x7E3112) is known color: Peru Tan. HEX triplet: 7E, 31 and 12. RGB value is (126,49,18). Sum of RGB (Red+Green+Blue) = 126+49+18=193 (25% of max value = 765). Red value is 126 (49.61% from 255 or 65.28% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3112 is #81CEED. Grayscale: #444444. Windows color (decimal): -8507118 or 1192318. OLE color: 1192318.
HSL color Cylindrical-coordinate representation of color #7E3112: hue angle of 17.22º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E3112 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 49 | 18 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.51 |
| HSL | 17.22º | 0.75% | 0.28% | - |
| HSV(B) | 17.22º | 0.86% | 0.49% | - |
| XYZ | 9.81 | 6.68 | 1.34 | - |
| YUV | 68.49 | 99.51 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 49 | 18 | 0 | 0.61 | 0.86 | 0.51 | 17.22 | 0.75 | 0.28 |
| Hex | 7E | 31 | 12 | 0 | 3D | 56 | 33 | 11 | 4B | 1C |
| Octal | 176 | 61 | 22 | 0 | 75 | 126 | 63 | 21 | 113 | 34 |
| Binary | 1111110 | 110001 | 10010 | 0 | 111101 | 1010110 | 110011 | 10001 | 1001011 | 11100 |
Color Harmonies of #7E3112
Complementary color
Monochromatic Colors of #7E3112
Black with #7E3112
Text Example
Text Example
White with #7E3112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3112; }
p { color: rgb(126,49,18); }
H1.HeaderClassName
{
color: #7E3112;
}
.AnyTagClassName
{
color: #7E3112;
}
</style>
background-color css
<style>
a { background-color: #7E3112; }
a { background-color: rgb(126,49,18); }
div.DivClassName
{
background-color: #7E3112;
}
.BgClassName
{
background-color: #7E3112;
}
</style>
border-color css
<style>
span { border-color: #7E3112; }
span { border-color: rgb(126,49,18); }
td.TdClassName
{
border-color: #7E3112;
}
.TagClassName
{
border-color: #7E3112;
}
</style>