Shades of Russett #7C635C
Tints of Russett #7C635C
RGB
CMYK
RGB Variations
Color information
#7C635C (or 0x7C635C) is known color: Russett. HEX triplet: 7C, 63 and 5C. RGB value is (124,99,92). Sum of RGB (Red+Green+Blue) = 124+99+92=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 124 - color contains mainly: red. Hex color #7C635C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C635C is #839CA3. Grayscale: #696969. Windows color (decimal): -8625316 or 6054780. OLE color: 6054780.
HSL color Cylindrical-coordinate representation of color #7C635C: hue angle of 13.12º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7C635C is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 99 | 92 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.51 |
| HSL | 13.13º | 0.15% | 0.42% | - |
| HSV(B) | 13.13º | 0.26% | 0.49% | - |
| XYZ | 14.71 | 13.98 | 12.05 | - |
| YUV | 105.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 99 | 92 | 0 | 0.20 | 0.26 | 0.51 | 13.13 | 0.15 | 0.42 |
| Hex | 7C | 63 | 5C | 0 | 14 | 1A | 33 | D | F | 2A |
| Octal | 174 | 143 | 134 | 0 | 24 | 32 | 63 | 15 | 17 | 52 |
| Binary | 1111100 | 1100011 | 1011100 | 0 | 10100 | 11010 | 110011 | 1101 | 1111 | 101010 |
Color Harmonies of #7C635C
Complementary color
Monochromatic Colors of #7C635C
Black with #7C635C
Text Example
Text Example
White with #7C635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C635C; }
p { color: rgb(124,99,92); }
H1.HeaderClassName
{
color: #7C635C;
}
.AnyTagClassName
{
color: #7C635C;
}
</style>
background-color css
<style>
a { background-color: #7C635C; }
a { background-color: rgb(124,99,92); }
div.DivClassName
{
background-color: #7C635C;
}
.BgClassName
{
background-color: #7C635C;
}
</style>
border-color css
<style>
span { border-color: #7C635C; }
span { border-color: rgb(124,99,92); }
td.TdClassName
{
border-color: #7C635C;
}
.TagClassName
{
border-color: #7C635C;
}
</style>