Shades of Russett #7D6E66
Tints of Russett #7D6E66
RGB
CMYK
RGB Variations
Color information
#7D6E66 (or 0x7D6E66) is known color: Russett. HEX triplet: 7D, 6E and 66. RGB value is (125,110,102). Sum of RGB (Red+Green+Blue) = 125+110+102=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6E66 is #829199. Grayscale: #717171. Windows color (decimal): -8556954 or 6712957. OLE color: 6712957.
HSL color Cylindrical-coordinate representation of color #7D6E66: hue angle of 20.87º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7D6E66 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 110 | 102 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.51 |
| HSL | 20.87º | 0.1% | 0.45% | - |
| HSV(B) | 20.87º | 0.18% | 0.49% | - |
| XYZ | 16.43 | 16.47 | 14.88 | - |
| YUV | 113.57 | 121.47 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 110 | 102 | 0 | 0.12 | 0.18 | 0.51 | 20.87 | 0.1 | 0.45 |
| Hex | 7D | 6E | 66 | 0 | C | 12 | 33 | 15 | A | 2D |
| Octal | 175 | 156 | 146 | 0 | 14 | 22 | 63 | 25 | 12 | 55 |
| Binary | 1111101 | 1101110 | 1100110 | 0 | 1100 | 10010 | 110011 | 10101 | 1010 | 101101 |
Color Harmonies of #7D6E66
Complementary color
Monochromatic Colors of #7D6E66
Black with #7D6E66
Text Example
Text Example
White with #7D6E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6E66; }
p { color: rgb(125,110,102); }
H1.HeaderClassName
{
color: #7D6E66;
}
.AnyTagClassName
{
color: #7D6E66;
}
</style>
background-color css
<style>
a { background-color: #7D6E66; }
a { background-color: rgb(125,110,102); }
div.DivClassName
{
background-color: #7D6E66;
}
.BgClassName
{
background-color: #7D6E66;
}
</style>
border-color css
<style>
span { border-color: #7D6E66; }
span { border-color: rgb(125,110,102); }
td.TdClassName
{
border-color: #7D6E66;
}
.TagClassName
{
border-color: #7D6E66;
}
</style>