Shades of Russett #7F685E
Tints of Russett #7F685E
RGB
CMYK
RGB Variations
Color information
#7F685E (or 0x7F685E) is known color: Russett. HEX triplet: 7F, 68 and 5E. RGB value is (127,104,94). Sum of RGB (Red+Green+Blue) = 127+104+94=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 127 - color contains mainly: red. Hex color #7F685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F685E is #8097A1. Grayscale: #6D6D6D. Windows color (decimal): -8427426 or 6187135. OLE color: 6187135.
HSL color Cylindrical-coordinate representation of color #7F685E: hue angle of 18.18º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7F685E is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 104 | 94 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.50 |
| HSL | 18.18º | 0.15% | 0.43% | - |
| HSV(B) | 18.18º | 0.26% | 0.5% | - |
| XYZ | 15.72 | 15.22 | 12.7 | - |
| YUV | 109.74 | 119.12 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 104 | 94 | 0 | 0.18 | 0.26 | 0.50 | 18.18 | 0.15 | 0.43 |
| Hex | 7F | 68 | 5E | 0 | 12 | 1A | 32 | 12 | F | 2B |
| Octal | 177 | 150 | 136 | 0 | 22 | 32 | 62 | 22 | 17 | 53 |
| Binary | 1111111 | 1101000 | 1011110 | 0 | 10010 | 11010 | 110010 | 10010 | 1111 | 101011 |
Color Harmonies of #7F685E
Complementary color
Monochromatic Colors of #7F685E
Black with #7F685E
Text Example
Text Example
White with #7F685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F685E; }
p { color: rgb(127,104,94); }
H1.HeaderClassName
{
color: #7F685E;
}
.AnyTagClassName
{
color: #7F685E;
}
</style>
background-color css
<style>
a { background-color: #7F685E; }
a { background-color: rgb(127,104,94); }
div.DivClassName
{
background-color: #7F685E;
}
.BgClassName
{
background-color: #7F685E;
}
</style>
border-color css
<style>
span { border-color: #7F685E; }
span { border-color: rgb(127,104,94); }
td.TdClassName
{
border-color: #7F685E;
}
.TagClassName
{
border-color: #7F685E;
}
</style>