Shades of Russett #7F685F
Tints of Russett #7F685F
RGB
CMYK
RGB Variations
Color information
#7F685F (or 0x7F685F) is known color: Russett. HEX triplet: 7F, 68 and 5F. RGB value is (127,104,95). Sum of RGB (Red+Green+Blue) = 127+104+95=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 127 - color contains mainly: red. Hex color #7F685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F685F is #8097A0. Grayscale: #6D6D6D. Windows color (decimal): -8427425 or 6252671. OLE color: 6252671.
HSL color Cylindrical-coordinate representation of color #7F685F: hue angle of 16.88º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7F685F is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 104 | 95 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.50 |
| HSL | 16.88º | 0.14% | 0.44% | - |
| HSV(B) | 16.88º | 0.25% | 0.5% | - |
| XYZ | 15.77 | 15.24 | 12.94 | - |
| YUV | 109.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 104 | 95 | 0 | 0.18 | 0.25 | 0.50 | 16.88 | 0.14 | 0.44 |
| Hex | 7F | 68 | 5F | 0 | 12 | 19 | 32 | 11 | E | 2C |
| Octal | 177 | 150 | 137 | 0 | 22 | 31 | 62 | 21 | 16 | 54 |
| Binary | 1111111 | 1101000 | 1011111 | 0 | 10010 | 11001 | 110010 | 10001 | 1110 | 101100 |
Color Harmonies of #7F685F
Complementary color
Monochromatic Colors of #7F685F
Black with #7F685F
Text Example
Text Example
White with #7F685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F685F; }
p { color: rgb(127,104,95); }
H1.HeaderClassName
{
color: #7F685F;
}
.AnyTagClassName
{
color: #7F685F;
}
</style>
background-color css
<style>
a { background-color: #7F685F; }
a { background-color: rgb(127,104,95); }
div.DivClassName
{
background-color: #7F685F;
}
.BgClassName
{
background-color: #7F685F;
}
</style>
border-color css
<style>
span { border-color: #7F685F; }
span { border-color: rgb(127,104,95); }
td.TdClassName
{
border-color: #7F685F;
}
.TagClassName
{
border-color: #7F685F;
}
</style>