Shades of Russett #766E6B
Tints of Russett #766E6B
RGB
CMYK
RGB Variations
Color information
#766E6B (or 0x766E6B) is known color: Russett. HEX triplet: 76, 6E and 6B. RGB value is (118,110,107). Sum of RGB (Red+Green+Blue) = 118+110+107=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 118 - color contains mainly: red. Hex color #766E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E6B is #899194. Grayscale: #707070. Windows color (decimal): -9015701 or 7040630. OLE color: 7040630.
HSL color Cylindrical-coordinate representation of color #766E6B: hue angle of 16.36º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #766E6B is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 110 | 107 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.54 |
| HSL | 16.36º | 0.05% | 0.44% | - |
| HSV(B) | 16.36º | 0.09% | 0.46% | - |
| XYZ | 15.7 | 16.06 | 16.18 | - |
| YUV | 112.05 | 125.15 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 107 | 0 | 0.07 | 0.09 | 0.54 | 16.36 | 0.05 | 0.44 |
| Hex | 76 | 6E | 6B | 0 | 7 | 9 | 36 | 10 | 5 | 2C |
| Octal | 166 | 156 | 153 | 0 | 7 | 11 | 66 | 20 | 5 | 54 |
| Binary | 1110110 | 1101110 | 1101011 | 0 | 111 | 1001 | 110110 | 10000 | 101 | 101100 |
Color Harmonies of #766E6B
Complementary color
Monochromatic Colors of #766E6B
Black with #766E6B
Text Example
Text Example
White with #766E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E6B; }
p { color: rgb(118,110,107); }
H1.HeaderClassName
{
color: #766E6B;
}
.AnyTagClassName
{
color: #766E6B;
}
</style>
background-color css
<style>
a { background-color: #766E6B; }
a { background-color: rgb(118,110,107); }
div.DivClassName
{
background-color: #766E6B;
}
.BgClassName
{
background-color: #766E6B;
}
</style>
border-color css
<style>
span { border-color: #766E6B; }
span { border-color: rgb(118,110,107); }
td.TdClassName
{
border-color: #766E6B;
}
.TagClassName
{
border-color: #766E6B;
}
</style>