Shades of Russett #7F685D
Tints of Russett #7F685D
RGB
CMYK
RGB Variations
Color information
#7F685D (or 0x7F685D) is known color: Russett. HEX triplet: 7F, 68 and 5D. RGB value is (127,104,93). Sum of RGB (Red+Green+Blue) = 127+104+93=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 127 - color contains mainly: red. Hex color #7F685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F685D is #8097A2. Grayscale: #6D6D6D. Windows color (decimal): -8427427 or 6121599. OLE color: 6121599.
HSL color Cylindrical-coordinate representation of color #7F685D: hue angle of 19.41º 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 #7F685D is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 104 | 93 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.50 |
| HSL | 19.41º | 0.15% | 0.43% | - |
| HSV(B) | 19.41º | 0.27% | 0.5% | - |
| XYZ | 15.68 | 15.2 | 12.46 | - |
| YUV | 109.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 104 | 93 | 0 | 0.18 | 0.27 | 0.50 | 19.41 | 0.15 | 0.43 |
| Hex | 7F | 68 | 5D | 0 | 12 | 1B | 32 | 13 | F | 2B |
| Octal | 177 | 150 | 135 | 0 | 22 | 33 | 62 | 23 | 17 | 53 |
| Binary | 1111111 | 1101000 | 1011101 | 0 | 10010 | 11011 | 110010 | 10011 | 1111 | 101011 |
Color Harmonies of #7F685D
Complementary color
Monochromatic Colors of #7F685D
Black with #7F685D
Text Example
Text Example
White with #7F685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F685D; }
p { color: rgb(127,104,93); }
H1.HeaderClassName
{
color: #7F685D;
}
.AnyTagClassName
{
color: #7F685D;
}
</style>
background-color css
<style>
a { background-color: #7F685D; }
a { background-color: rgb(127,104,93); }
div.DivClassName
{
background-color: #7F685D;
}
.BgClassName
{
background-color: #7F685D;
}
</style>
border-color css
<style>
span { border-color: #7F685D; }
span { border-color: rgb(127,104,93); }
td.TdClassName
{
border-color: #7F685D;
}
.TagClassName
{
border-color: #7F685D;
}
</style>