Shades of Russett #7F635C
Tints of Russett #7F635C
RGB
CMYK
RGB Variations
Color information
#7F635C (or 0x7F635C) is known color: Russett. HEX triplet: 7F, 63 and 5C. RGB value is (127,99,92). Sum of RGB (Red+Green+Blue) = 127+99+92=318 (42% of max value = 765). Red value is 127 (50% from 255 or 39.94% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 127 - color contains mainly: red. Hex color #7F635C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F635C is #809CA3. Grayscale: #6A6A6A. Windows color (decimal): -8428708 or 6054783. OLE color: 6054783.
HSL color Cylindrical-coordinate representation of color #7F635C: hue angle of 12º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7F635C is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 99 | 92 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.50 |
| HSL | 12º | 0.16% | 0.43% | - |
| HSV(B) | 12º | 0.28% | 0.5% | - |
| XYZ | 15.15 | 14.21 | 12.07 | - |
| YUV | 106.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 99 | 92 | 0 | 0.22 | 0.28 | 0.50 | 12 | 0.16 | 0.43 |
| Hex | 7F | 63 | 5C | 0 | 16 | 1C | 32 | C | 10 | 2B |
| Octal | 177 | 143 | 134 | 0 | 26 | 34 | 62 | 14 | 20 | 53 |
| Binary | 1111111 | 1100011 | 1011100 | 0 | 10110 | 11100 | 110010 | 1100 | 10000 | 101011 |
Color Harmonies of #7F635C
Complementary color
Monochromatic Colors of #7F635C
Black with #7F635C
Text Example
Text Example
White with #7F635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F635C; }
p { color: rgb(127,99,92); }
H1.HeaderClassName
{
color: #7F635C;
}
.AnyTagClassName
{
color: #7F635C;
}
</style>
background-color css
<style>
a { background-color: #7F635C; }
a { background-color: rgb(127,99,92); }
div.DivClassName
{
background-color: #7F635C;
}
.BgClassName
{
background-color: #7F635C;
}
</style>
border-color css
<style>
span { border-color: #7F635C; }
span { border-color: rgb(127,99,92); }
td.TdClassName
{
border-color: #7F635C;
}
.TagClassName
{
border-color: #7F635C;
}
</style>