Shades of Russett #7C6863
Tints of Russett #7C6863
RGB
CMYK
RGB Variations
Color information
#7C6863 (or 0x7C6863) is known color: Russett. HEX triplet: 7C, 68 and 63. RGB value is (124,104,99). Sum of RGB (Red+Green+Blue) = 124+104+99=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6863 is #83979C. Grayscale: #6D6D6D. Windows color (decimal): -8624029 or 6514812. OLE color: 6514812.
HSL color Cylindrical-coordinate representation of color #7C6863: hue angle of 12º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7C6863 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 104 | 99 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.51 |
| HSL | 12º | 0.11% | 0.44% | - |
| HSV(B) | 12º | 0.2% | 0.49% | - |
| XYZ | 15.51 | 15.09 | 13.9 | - |
| YUV | 109.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 104 | 99 | 0 | 0.16 | 0.20 | 0.51 | 12 | 0.11 | 0.44 |
| Hex | 7C | 68 | 63 | 0 | 10 | 14 | 33 | C | B | 2C |
| Octal | 174 | 150 | 143 | 0 | 20 | 24 | 63 | 14 | 13 | 54 |
| Binary | 1111100 | 1101000 | 1100011 | 0 | 10000 | 10100 | 110011 | 1100 | 1011 | 101100 |
Color Harmonies of #7C6863
Complementary color
Monochromatic Colors of #7C6863
Black with #7C6863
Text Example
Text Example
White with #7C6863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6863; }
p { color: rgb(124,104,99); }
H1.HeaderClassName
{
color: #7C6863;
}
.AnyTagClassName
{
color: #7C6863;
}
</style>
background-color css
<style>
a { background-color: #7C6863; }
a { background-color: rgb(124,104,99); }
div.DivClassName
{
background-color: #7C6863;
}
.BgClassName
{
background-color: #7C6863;
}
</style>
border-color css
<style>
span { border-color: #7C6863; }
span { border-color: rgb(124,104,99); }
td.TdClassName
{
border-color: #7C6863;
}
.TagClassName
{
border-color: #7C6863;
}
</style>