Shades of Russett #7F695D
Tints of Russett #7F695D
RGB
CMYK
RGB Variations
Color information
#7F695D (or 0x7F695D) is known color: Russett. HEX triplet: 7F, 69 and 5D. RGB value is (127,105,93). Sum of RGB (Red+Green+Blue) = 127+105+93=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 127 - color contains mainly: red. Hex color #7F695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F695D is #8096A2. Grayscale: #6E6E6E. Windows color (decimal): -8427171 or 6121855. OLE color: 6121855.
HSL color Cylindrical-coordinate representation of color #7F695D: hue angle of 21.18º 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 #7F695D is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 105 | 93 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.50 |
| HSL | 21.18º | 0.15% | 0.43% | - |
| HSV(B) | 21.18º | 0.27% | 0.5% | - |
| XYZ | 15.78 | 15.41 | 12.5 | - |
| YUV | 110.21 | 118.29 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 105 | 93 | 0 | 0.17 | 0.27 | 0.50 | 21.18 | 0.15 | 0.43 |
| Hex | 7F | 69 | 5D | 0 | 11 | 1B | 32 | 15 | F | 2B |
| Octal | 177 | 151 | 135 | 0 | 21 | 33 | 62 | 25 | 17 | 53 |
| Binary | 1111111 | 1101001 | 1011101 | 0 | 10001 | 11011 | 110010 | 10101 | 1111 | 101011 |
Color Harmonies of #7F695D
Complementary color
Monochromatic Colors of #7F695D
Black with #7F695D
Text Example
Text Example
White with #7F695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F695D; }
p { color: rgb(127,105,93); }
H1.HeaderClassName
{
color: #7F695D;
}
.AnyTagClassName
{
color: #7F695D;
}
</style>
background-color css
<style>
a { background-color: #7F695D; }
a { background-color: rgb(127,105,93); }
div.DivClassName
{
background-color: #7F695D;
}
.BgClassName
{
background-color: #7F695D;
}
</style>
border-color css
<style>
span { border-color: #7F695D; }
span { border-color: rgb(127,105,93); }
td.TdClassName
{
border-color: #7F695D;
}
.TagClassName
{
border-color: #7F695D;
}
</style>