Shades of Russett #7E6457
Tints of Russett #7E6457
RGB
CMYK
RGB Variations
Color information
#7E6457 (or 0x7E6457) is known color: Russett. HEX triplet: 7E, 64 and 57. RGB value is (126,100,87). Sum of RGB (Red+Green+Blue) = 126+100+87=313 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.26% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6457 is #819BA8. Grayscale: #6A6A6A. Windows color (decimal): -8493993 or 5727358. OLE color: 5727358.
HSL color Cylindrical-coordinate representation of color #7E6457: hue angle of 20º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7E6457 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 100 | 87 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.51 |
| HSL | 20º | 0.18% | 0.42% | - |
| HSV(B) | 20º | 0.31% | 0.49% | - |
| XYZ | 14.88 | 14.24 | 10.98 | - |
| YUV | 106.29 | 117.11 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 100 | 87 | 0 | 0.21 | 0.31 | 0.51 | 20 | 0.18 | 0.42 |
| Hex | 7E | 64 | 57 | 0 | 15 | 1F | 33 | 14 | 12 | 2A |
| Octal | 176 | 144 | 127 | 0 | 25 | 37 | 63 | 24 | 22 | 52 |
| Binary | 1111110 | 1100100 | 1010111 | 0 | 10101 | 11111 | 110011 | 10100 | 10010 | 101010 |
Color Harmonies of #7E6457
Complementary color
Monochromatic Colors of #7E6457
Black with #7E6457
Text Example
Text Example
White with #7E6457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6457; }
p { color: rgb(126,100,87); }
H1.HeaderClassName
{
color: #7E6457;
}
.AnyTagClassName
{
color: #7E6457;
}
</style>
background-color css
<style>
a { background-color: #7E6457; }
a { background-color: rgb(126,100,87); }
div.DivClassName
{
background-color: #7E6457;
}
.BgClassName
{
background-color: #7E6457;
}
</style>
border-color css
<style>
span { border-color: #7E6457; }
span { border-color: rgb(126,100,87); }
td.TdClassName
{
border-color: #7E6457;
}
.TagClassName
{
border-color: #7E6457;
}
</style>