Shades of Russett #7F5E57
Tints of Russett #7F5E57
RGB
CMYK
RGB Variations
Color information
#7F5E57 (or 0x7F5E57) is known color: Russett. HEX triplet: 7F, 5E and 57. RGB value is (127,94,87). Sum of RGB (Red+Green+Blue) = 127+94+87=308 (40% of max value = 765). Red value is 127 (50% from 255 or 41.23% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 87 (34.38% from 255 or 28.25% from 308); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5E57 is #80A1A8. Grayscale: #676767. Windows color (decimal): -8429993 or 5725823. OLE color: 5725823.
HSL color Cylindrical-coordinate representation of color #7F5E57: hue angle of 10.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F5E57 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 94 | 87 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.50 |
| HSL | 10.5º | 0.19% | 0.42% | - |
| HSV(B) | 10.5º | 0.31% | 0.5% | - |
| XYZ | 14.48 | 13.21 | 10.8 | - |
| YUV | 103.07 | 118.93 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 94 | 87 | 0 | 0.26 | 0.31 | 0.50 | 10.5 | 0.19 | 0.42 |
| Hex | 7F | 5E | 57 | 0 | 1A | 1F | 32 | A | 13 | 2A |
| Octal | 177 | 136 | 127 | 0 | 32 | 37 | 62 | 12 | 23 | 52 |
| Binary | 1111111 | 1011110 | 1010111 | 0 | 11010 | 11111 | 110010 | 1010 | 10011 | 101010 |
Color Harmonies of #7F5E57
Complementary color
Monochromatic Colors of #7F5E57
Black with #7F5E57
Text Example
Text Example
White with #7F5E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5E57; }
p { color: rgb(127,94,87); }
H1.HeaderClassName
{
color: #7F5E57;
}
.AnyTagClassName
{
color: #7F5E57;
}
</style>
background-color css
<style>
a { background-color: #7F5E57; }
a { background-color: rgb(127,94,87); }
div.DivClassName
{
background-color: #7F5E57;
}
.BgClassName
{
background-color: #7F5E57;
}
</style>
border-color css
<style>
span { border-color: #7F5E57; }
span { border-color: rgb(127,94,87); }
td.TdClassName
{
border-color: #7F5E57;
}
.TagClassName
{
border-color: #7F5E57;
}
</style>