Shades of Russet #7E4C15
Tints of Russet #7E4C15
RGB
CMYK
RGB Variations
Color information
#7E4C15 (or 0x7E4C15) is known color: Russet. HEX triplet: 7E, 4C and 15. RGB value is (126,76,21). Sum of RGB (Red+Green+Blue) = 126+76+21=223 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.50% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E4C15 is #81B3EA. Grayscale: #545454. Windows color (decimal): -8500203 or 1395838. OLE color: 1395838.
HSL color Cylindrical-coordinate representation of color #7E4C15: hue angle of 31.43º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E4C15 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 76 | 21 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.51 |
| HSL | 31.43º | 0.71% | 0.29% | - |
| HSV(B) | 31.43º | 0.83% | 0.49% | - |
| XYZ | 11.32 | 9.66 | 1.98 | - |
| YUV | 84.68 | 92.07 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 76 | 21 | 0 | 0.40 | 0.83 | 0.51 | 31.43 | 0.71 | 0.29 |
| Hex | 7E | 4C | 15 | 0 | 28 | 53 | 33 | 1F | 47 | 1D |
| Octal | 176 | 114 | 25 | 0 | 50 | 123 | 63 | 37 | 107 | 35 |
| Binary | 1111110 | 1001100 | 10101 | 0 | 101000 | 1010011 | 110011 | 11111 | 1000111 | 11101 |
Color Harmonies of #7E4C15
Complementary color
Monochromatic Colors of #7E4C15
Black with #7E4C15
Text Example
Text Example
White with #7E4C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4C15; }
p { color: rgb(126,76,21); }
H1.HeaderClassName
{
color: #7E4C15;
}
.AnyTagClassName
{
color: #7E4C15;
}
</style>
background-color css
<style>
a { background-color: #7E4C15; }
a { background-color: rgb(126,76,21); }
div.DivClassName
{
background-color: #7E4C15;
}
.BgClassName
{
background-color: #7E4C15;
}
</style>
border-color css
<style>
span { border-color: #7E4C15; }
span { border-color: rgb(126,76,21); }
td.TdClassName
{
border-color: #7E4C15;
}
.TagClassName
{
border-color: #7E4C15;
}
</style>