Shades of Russett #7D6E69
Tints of Russett #7D6E69
RGB
CMYK
RGB Variations
Color information
#7D6E69 (or 0x7D6E69) is known color: Russett. HEX triplet: 7D, 6E and 69. RGB value is (125,110,105). Sum of RGB (Red+Green+Blue) = 125+110+105=340 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.76% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6E69 is #829196. Grayscale: #717171. Windows color (decimal): -8556951 or 6909565. OLE color: 6909565.
HSL color Cylindrical-coordinate representation of color #7D6E69: hue angle of 15º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7D6E69 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 110 | 105 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.51 |
| HSL | 15º | 0.09% | 0.45% | - |
| HSV(B) | 15º | 0.16% | 0.49% | - |
| XYZ | 16.58 | 16.53 | 15.68 | - |
| YUV | 113.92 | 122.97 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 110 | 105 | 0 | 0.12 | 0.16 | 0.51 | 15 | 0.09 | 0.45 |
| Hex | 7D | 6E | 69 | 0 | C | 10 | 33 | F | 9 | 2D |
| Octal | 175 | 156 | 151 | 0 | 14 | 20 | 63 | 17 | 11 | 55 |
| Binary | 1111101 | 1101110 | 1101001 | 0 | 1100 | 10000 | 110011 | 1111 | 1001 | 101101 |
Color Harmonies of #7D6E69
Complementary color
Monochromatic Colors of #7D6E69
Black with #7D6E69
Text Example
Text Example
White with #7D6E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6E69; }
p { color: rgb(125,110,105); }
H1.HeaderClassName
{
color: #7D6E69;
}
.AnyTagClassName
{
color: #7D6E69;
}
</style>
background-color css
<style>
a { background-color: #7D6E69; }
a { background-color: rgb(125,110,105); }
div.DivClassName
{
background-color: #7D6E69;
}
.BgClassName
{
background-color: #7D6E69;
}
</style>
border-color css
<style>
span { border-color: #7D6E69; }
span { border-color: rgb(125,110,105); }
td.TdClassName
{
border-color: #7D6E69;
}
.TagClassName
{
border-color: #7D6E69;
}
</style>