Shades of Russett #7F645D
Tints of Russett #7F645D
RGB
CMYK
RGB Variations
Color information
#7F645D (or 0x7F645D) is known color: Russett. HEX triplet: 7F, 64 and 5D. RGB value is (127,100,93). Sum of RGB (Red+Green+Blue) = 127+100+93=320 (42% of max value = 765). Red value is 127 (50% from 255 or 39.69% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 127 - color contains mainly: red. Hex color #7F645D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F645D is #809BA2. Grayscale: #6B6B6B. Windows color (decimal): -8428451 or 6120575. OLE color: 6120575.
HSL color Cylindrical-coordinate representation of color #7F645D: hue angle of 12.35º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F645D is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 100 | 93 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.50 |
| HSL | 12.35º | 0.15% | 0.43% | - |
| HSV(B) | 12.35º | 0.27% | 0.5% | - |
| XYZ | 15.29 | 14.42 | 12.33 | - |
| YUV | 107.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 100 | 93 | 0 | 0.21 | 0.27 | 0.50 | 12.35 | 0.15 | 0.43 |
| Hex | 7F | 64 | 5D | 0 | 15 | 1B | 32 | C | F | 2B |
| Octal | 177 | 144 | 135 | 0 | 25 | 33 | 62 | 14 | 17 | 53 |
| Binary | 1111111 | 1100100 | 1011101 | 0 | 10101 | 11011 | 110010 | 1100 | 1111 | 101011 |
Color Harmonies of #7F645D
Complementary color
Monochromatic Colors of #7F645D
Black with #7F645D
Text Example
Text Example
White with #7F645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F645D; }
p { color: rgb(127,100,93); }
H1.HeaderClassName
{
color: #7F645D;
}
.AnyTagClassName
{
color: #7F645D;
}
</style>
background-color css
<style>
a { background-color: #7F645D; }
a { background-color: rgb(127,100,93); }
div.DivClassName
{
background-color: #7F645D;
}
.BgClassName
{
background-color: #7F645D;
}
</style>
border-color css
<style>
span { border-color: #7F645D; }
span { border-color: rgb(127,100,93); }
td.TdClassName
{
border-color: #7F645D;
}
.TagClassName
{
border-color: #7F645D;
}
</style>