Shades of Russett #7E635C
Tints of Russett #7E635C
RGB
CMYK
RGB Variations
Color information
#7E635C (or 0x7E635C) is known color: Russett. HEX triplet: 7E, 63 and 5C. RGB value is (126,99,92). Sum of RGB (Red+Green+Blue) = 126+99+92=317 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.75% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 126 - color contains mainly: red. Hex color #7E635C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E635C is #819CA3. Grayscale: #6A6A6A. Windows color (decimal): -8494244 or 6054782. OLE color: 6054782.
HSL color Cylindrical-coordinate representation of color #7E635C: hue angle of 12.35º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E635C is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 99 | 92 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.51 |
| HSL | 12.35º | 0.16% | 0.43% | - |
| HSV(B) | 12.35º | 0.27% | 0.49% | - |
| XYZ | 15 | 14.13 | 12.06 | - |
| YUV | 106.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 99 | 92 | 0 | 0.21 | 0.27 | 0.51 | 12.35 | 0.16 | 0.43 |
| Hex | 7E | 63 | 5C | 0 | 15 | 1B | 33 | C | 10 | 2B |
| Octal | 176 | 143 | 134 | 0 | 25 | 33 | 63 | 14 | 20 | 53 |
| Binary | 1111110 | 1100011 | 1011100 | 0 | 10101 | 11011 | 110011 | 1100 | 10000 | 101011 |
Color Harmonies of #7E635C
Complementary color
Monochromatic Colors of #7E635C
Black with #7E635C
Text Example
Text Example
White with #7E635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E635C; }
p { color: rgb(126,99,92); }
H1.HeaderClassName
{
color: #7E635C;
}
.AnyTagClassName
{
color: #7E635C;
}
</style>
background-color css
<style>
a { background-color: #7E635C; }
a { background-color: rgb(126,99,92); }
div.DivClassName
{
background-color: #7E635C;
}
.BgClassName
{
background-color: #7E635C;
}
</style>
border-color css
<style>
span { border-color: #7E635C; }
span { border-color: rgb(126,99,92); }
td.TdClassName
{
border-color: #7E635C;
}
.TagClassName
{
border-color: #7E635C;
}
</style>