Shades of Russett #7C5F57
Tints of Russett #7C5F57
RGB
CMYK
RGB Variations
Color information
#7C5F57 (or 0x7C5F57) is known color: Russett. HEX triplet: 7C, 5F and 57. RGB value is (124,95,87). Sum of RGB (Red+Green+Blue) = 124+95+87=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 87 (34.38% from 255 or 28.43% from 306); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5F57 is #83A0A8. Grayscale: #666666. Windows color (decimal): -8626345 or 5726076. OLE color: 5726076.
HSL color Cylindrical-coordinate representation of color #7C5F57: hue angle of 12.97º 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 #7C5F57 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 95 | 87 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.51 |
| HSL | 12.97º | 0.18% | 0.41% | - |
| HSV(B) | 12.97º | 0.3% | 0.49% | - |
| XYZ | 14.12 | 13.16 | 10.81 | - |
| YUV | 102.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 95 | 87 | 0 | 0.23 | 0.30 | 0.51 | 12.97 | 0.18 | 0.41 |
| Hex | 7C | 5F | 57 | 0 | 17 | 1E | 33 | D | 12 | 29 |
| Octal | 174 | 137 | 127 | 0 | 27 | 36 | 63 | 15 | 22 | 51 |
| Binary | 1111100 | 1011111 | 1010111 | 0 | 10111 | 11110 | 110011 | 1101 | 10010 | 101001 |
Color Harmonies of #7C5F57
Complementary color
Monochromatic Colors of #7C5F57
Black with #7C5F57
Text Example
Text Example
White with #7C5F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5F57; }
p { color: rgb(124,95,87); }
H1.HeaderClassName
{
color: #7C5F57;
}
.AnyTagClassName
{
color: #7C5F57;
}
</style>
background-color css
<style>
a { background-color: #7C5F57; }
a { background-color: rgb(124,95,87); }
div.DivClassName
{
background-color: #7C5F57;
}
.BgClassName
{
background-color: #7C5F57;
}
</style>
border-color css
<style>
span { border-color: #7C5F57; }
span { border-color: rgb(124,95,87); }
td.TdClassName
{
border-color: #7C5F57;
}
.TagClassName
{
border-color: #7C5F57;
}
</style>