Shades of Russett #7C5D54
Tints of Russett #7C5D54
RGB
CMYK
RGB Variations
Color information
#7C5D54 (or 0x7C5D54) is known color: Russett. HEX triplet: 7C, 5D and 54. RGB value is (124,93,84). Sum of RGB (Red+Green+Blue) = 124+93+84=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5D54 is #83A2AB. Grayscale: #656565. Windows color (decimal): -8626860 or 5528956. OLE color: 5528956.
HSL color Cylindrical-coordinate representation of color #7C5D54: hue angle of 13.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7C5D54 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 93 | 84 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.51 |
| HSL | 13.5º | 0.19% | 0.41% | - |
| HSV(B) | 13.5º | 0.32% | 0.49% | - |
| XYZ | 13.83 | 12.75 | 10.12 | - |
| YUV | 101.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 93 | 84 | 0 | 0.25 | 0.32 | 0.51 | 13.5 | 0.19 | 0.41 |
| Hex | 7C | 5D | 54 | 0 | 19 | 20 | 33 | E | 13 | 29 |
| Octal | 174 | 135 | 124 | 0 | 31 | 40 | 63 | 16 | 23 | 51 |
| Binary | 1111100 | 1011101 | 1010100 | 0 | 11001 | 100000 | 110011 | 1110 | 10011 | 101001 |
Color Harmonies of #7C5D54
Complementary color
Monochromatic Colors of #7C5D54
Black with #7C5D54
Text Example
Text Example
White with #7C5D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5D54; }
p { color: rgb(124,93,84); }
H1.HeaderClassName
{
color: #7C5D54;
}
.AnyTagClassName
{
color: #7C5D54;
}
</style>
background-color css
<style>
a { background-color: #7C5D54; }
a { background-color: rgb(124,93,84); }
div.DivClassName
{
background-color: #7C5D54;
}
.BgClassName
{
background-color: #7C5D54;
}
</style>
border-color css
<style>
span { border-color: #7C5D54; }
span { border-color: rgb(124,93,84); }
td.TdClassName
{
border-color: #7C5D54;
}
.TagClassName
{
border-color: #7C5D54;
}
</style>