Shades of Russett #7F625C
Tints of Russett #7F625C
RGB
CMYK
RGB Variations
Color information
#7F625C (or 0x7F625C) is known color: Russett. HEX triplet: 7F, 62 and 5C. RGB value is (127,98,92). Sum of RGB (Red+Green+Blue) = 127+98+92=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 127 - color contains mainly: red. Hex color #7F625C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F625C is #809DA3. Grayscale: #6A6A6A. Windows color (decimal): -8428964 or 6054527. OLE color: 6054527.
HSL color Cylindrical-coordinate representation of color #7F625C: hue angle of 10.29º 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 #7F625C is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 98 | 92 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.50 |
| HSL | 10.29º | 0.16% | 0.43% | - |
| HSV(B) | 10.29º | 0.28% | 0.5% | - |
| XYZ | 15.05 | 14.02 | 12.04 | - |
| YUV | 105.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 98 | 92 | 0 | 0.23 | 0.28 | 0.50 | 10.29 | 0.16 | 0.43 |
| Hex | 7F | 62 | 5C | 0 | 17 | 1C | 32 | A | 10 | 2B |
| Octal | 177 | 142 | 134 | 0 | 27 | 34 | 62 | 12 | 20 | 53 |
| Binary | 1111111 | 1100010 | 1011100 | 0 | 10111 | 11100 | 110010 | 1010 | 10000 | 101011 |
Color Harmonies of #7F625C
Complementary color
Monochromatic Colors of #7F625C
Black with #7F625C
Text Example
Text Example
White with #7F625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F625C; }
p { color: rgb(127,98,92); }
H1.HeaderClassName
{
color: #7F625C;
}
.AnyTagClassName
{
color: #7F625C;
}
</style>
background-color css
<style>
a { background-color: #7F625C; }
a { background-color: rgb(127,98,92); }
div.DivClassName
{
background-color: #7F625C;
}
.BgClassName
{
background-color: #7F625C;
}
</style>
border-color css
<style>
span { border-color: #7F625C; }
span { border-color: rgb(127,98,92); }
td.TdClassName
{
border-color: #7F625C;
}
.TagClassName
{
border-color: #7F625C;
}
</style>