Shades of Russett #7C6D66
Tints of Russett #7C6D66
RGB
CMYK
RGB Variations
Color information
#7C6D66 (or 0x7C6D66) is known color: Russett. HEX triplet: 7C, 6D and 66. RGB value is (124,109,102). Sum of RGB (Red+Green+Blue) = 124+109+102=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6D66 is #839299. Grayscale: #707070. Windows color (decimal): -8622746 or 6712700. OLE color: 6712700.
HSL color Cylindrical-coordinate representation of color #7C6D66: hue angle of 19.09º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7C6D66 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 109 | 102 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.51 |
| HSL | 19.09º | 0.1% | 0.44% | - |
| HSV(B) | 19.09º | 0.18% | 0.49% | - |
| XYZ | 16.18 | 16.18 | 14.84 | - |
| YUV | 112.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 109 | 102 | 0 | 0.12 | 0.18 | 0.51 | 19.09 | 0.1 | 0.44 |
| Hex | 7C | 6D | 66 | 0 | C | 12 | 33 | 13 | A | 2C |
| Octal | 174 | 155 | 146 | 0 | 14 | 22 | 63 | 23 | 12 | 54 |
| Binary | 1111100 | 1101101 | 1100110 | 0 | 1100 | 10010 | 110011 | 10011 | 1010 | 101100 |
Color Harmonies of #7C6D66
Complementary color
Monochromatic Colors of #7C6D66
Black with #7C6D66
Text Example
Text Example
White with #7C6D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6D66; }
p { color: rgb(124,109,102); }
H1.HeaderClassName
{
color: #7C6D66;
}
.AnyTagClassName
{
color: #7C6D66;
}
</style>
background-color css
<style>
a { background-color: #7C6D66; }
a { background-color: rgb(124,109,102); }
div.DivClassName
{
background-color: #7C6D66;
}
.BgClassName
{
background-color: #7C6D66;
}
</style>
border-color css
<style>
span { border-color: #7C6D66; }
span { border-color: rgb(124,109,102); }
td.TdClassName
{
border-color: #7C6D66;
}
.TagClassName
{
border-color: #7C6D66;
}
</style>