Shades of Russett #7B6C66
Tints of Russett #7B6C66
RGB
CMYK
RGB Variations
Color information
#7B6C66 (or 0x7B6C66) is known color: Russett. HEX triplet: 7B, 6C and 66. RGB value is (123,108,102). Sum of RGB (Red+Green+Blue) = 123+108+102=333 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.94% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6C66 is #849399. Grayscale: #6F6F6F. Windows color (decimal): -8688538 or 6712443. OLE color: 6712443.
HSL color Cylindrical-coordinate representation of color #7B6C66: hue angle of 17.14º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B6C66 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 108 | 102 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.52 |
| HSL | 17.14º | 0.09% | 0.44% | - |
| HSV(B) | 17.14º | 0.17% | 0.48% | - |
| XYZ | 15.93 | 15.9 | 14.8 | - |
| YUV | 111.8 | 122.47 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 108 | 102 | 0 | 0.12 | 0.17 | 0.52 | 17.14 | 0.09 | 0.44 |
| Hex | 7B | 6C | 66 | 0 | C | 11 | 34 | 11 | 9 | 2C |
| Octal | 173 | 154 | 146 | 0 | 14 | 21 | 64 | 21 | 11 | 54 |
| Binary | 1111011 | 1101100 | 1100110 | 0 | 1100 | 10001 | 110100 | 10001 | 1001 | 101100 |
Color Harmonies of #7B6C66
Complementary color
Monochromatic Colors of #7B6C66
Black with #7B6C66
Text Example
Text Example
White with #7B6C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6C66; }
p { color: rgb(123,108,102); }
H1.HeaderClassName
{
color: #7B6C66;
}
.AnyTagClassName
{
color: #7B6C66;
}
</style>
background-color css
<style>
a { background-color: #7B6C66; }
a { background-color: rgb(123,108,102); }
div.DivClassName
{
background-color: #7B6C66;
}
.BgClassName
{
background-color: #7B6C66;
}
</style>
border-color css
<style>
span { border-color: #7B6C66; }
span { border-color: rgb(123,108,102); }
td.TdClassName
{
border-color: #7B6C66;
}
.TagClassName
{
border-color: #7B6C66;
}
</style>