Shades of Russet #7E3C12
Tints of Russet #7E3C12
RGB
CMYK
RGB Variations
Color information
#7E3C12 (or 0x7E3C12) is known color: Russet. HEX triplet: 7E, 3C and 12. RGB value is (126,60,18). Sum of RGB (Red+Green+Blue) = 126+60+18=204 (27% of max value = 765). Red value is 126 (49.61% from 255 or 61.76% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3C12 is #81C3ED. Grayscale: #4B4B4B. Windows color (decimal): -8504302 or 1195134. OLE color: 1195134.
HSL color Cylindrical-coordinate representation of color #7E3C12: hue angle of 23.33º 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 #7E3C12 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 60 | 18 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.51 |
| HSL | 23.33º | 0.75% | 0.28% | - |
| HSV(B) | 23.33º | 0.86% | 0.49% | - |
| XYZ | 10.33 | 7.71 | 1.52 | - |
| YUV | 74.95 | 95.87 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 60 | 18 | 0 | 0.52 | 0.86 | 0.51 | 23.33 | 0.75 | 0.28 |
| Hex | 7E | 3C | 12 | 0 | 34 | 56 | 33 | 17 | 4B | 1C |
| Octal | 176 | 74 | 22 | 0 | 64 | 126 | 63 | 27 | 113 | 34 |
| Binary | 1111110 | 111100 | 10010 | 0 | 110100 | 1010110 | 110011 | 10111 | 1001011 | 11100 |
Color Harmonies of #7E3C12
Complementary color
Monochromatic Colors of #7E3C12
Black with #7E3C12
Text Example
Text Example
White with #7E3C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3C12; }
p { color: rgb(126,60,18); }
H1.HeaderClassName
{
color: #7E3C12;
}
.AnyTagClassName
{
color: #7E3C12;
}
</style>
background-color css
<style>
a { background-color: #7E3C12; }
a { background-color: rgb(126,60,18); }
div.DivClassName
{
background-color: #7E3C12;
}
.BgClassName
{
background-color: #7E3C12;
}
</style>
border-color css
<style>
span { border-color: #7E3C12; }
span { border-color: rgb(126,60,18); }
td.TdClassName
{
border-color: #7E3C12;
}
.TagClassName
{
border-color: #7E3C12;
}
</style>