Shades of Russett #7C5E57
Tints of Russett #7C5E57
RGB
CMYK
RGB Variations
Color information
#7C5E57 (or 0x7C5E57) is known color: Russett. HEX triplet: 7C, 5E and 57. RGB value is (124,94,87). Sum of RGB (Red+Green+Blue) = 124+94+87=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 87 (34.38% from 255 or 28.52% from 305); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5E57 is #83A1A8. Grayscale: #666666. Windows color (decimal): -8626601 or 5725820. OLE color: 5725820.
HSL color Cylindrical-coordinate representation of color #7C5E57: hue angle of 11.35º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C5E57 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 94 | 87 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.51 |
| HSL | 11.35º | 0.18% | 0.41% | - |
| HSV(B) | 11.35º | 0.3% | 0.49% | - |
| XYZ | 14.04 | 12.98 | 10.78 | - |
| YUV | 102.17 | 119.44 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 94 | 87 | 0 | 0.24 | 0.30 | 0.51 | 11.35 | 0.18 | 0.41 |
| Hex | 7C | 5E | 57 | 0 | 18 | 1E | 33 | B | 12 | 29 |
| Octal | 174 | 136 | 127 | 0 | 30 | 36 | 63 | 13 | 22 | 51 |
| Binary | 1111100 | 1011110 | 1010111 | 0 | 11000 | 11110 | 110011 | 1011 | 10010 | 101001 |
Color Harmonies of #7C5E57
Complementary color
Monochromatic Colors of #7C5E57
Black with #7C5E57
Text Example
Text Example
White with #7C5E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5E57; }
p { color: rgb(124,94,87); }
H1.HeaderClassName
{
color: #7C5E57;
}
.AnyTagClassName
{
color: #7C5E57;
}
</style>
background-color css
<style>
a { background-color: #7C5E57; }
a { background-color: rgb(124,94,87); }
div.DivClassName
{
background-color: #7C5E57;
}
.BgClassName
{
background-color: #7C5E57;
}
</style>
border-color css
<style>
span { border-color: #7C5E57; }
span { border-color: rgb(124,94,87); }
td.TdClassName
{
border-color: #7C5E57;
}
.TagClassName
{
border-color: #7C5E57;
}
</style>