Shades of Russett #766F6C
Tints of Russett #766F6C
RGB
CMYK
RGB Variations
Color information
#766F6C (or 0x766F6C) is known color: Russett. HEX triplet: 76, 6F and 6C. RGB value is (118,111,108). Sum of RGB (Red+Green+Blue) = 118+111+108=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 118 - color contains mainly: red. Hex color #766F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F6C is #899093. Grayscale: #707070. Windows color (decimal): -9015444 or 7106422. OLE color: 7106422.
HSL color Cylindrical-coordinate representation of color #766F6C: hue angle of 18º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #766F6C is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 108 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.54 |
| HSL | 18º | 0.04% | 0.44% | - |
| HSV(B) | 18º | 0.08% | 0.46% | - |
| XYZ | 15.86 | 16.3 | 16.5 | - |
| YUV | 112.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 108 | 0 | 0.06 | 0.08 | 0.54 | 18 | 0.04 | 0.44 |
| Hex | 76 | 6F | 6C | 0 | 6 | 8 | 36 | 12 | 4 | 2C |
| Octal | 166 | 157 | 154 | 0 | 6 | 10 | 66 | 22 | 4 | 54 |
| Binary | 1110110 | 1101111 | 1101100 | 0 | 110 | 1000 | 110110 | 10010 | 100 | 101100 |
Color Harmonies of #766F6C
Complementary color
Monochromatic Colors of #766F6C
Black with #766F6C
Text Example
Text Example
White with #766F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F6C; }
p { color: rgb(118,111,108); }
H1.HeaderClassName
{
color: #766F6C;
}
.AnyTagClassName
{
color: #766F6C;
}
</style>
background-color css
<style>
a { background-color: #766F6C; }
a { background-color: rgb(118,111,108); }
div.DivClassName
{
background-color: #766F6C;
}
.BgClassName
{
background-color: #766F6C;
}
</style>
border-color css
<style>
span { border-color: #766F6C; }
span { border-color: rgb(118,111,108); }
td.TdClassName
{
border-color: #766F6C;
}
.TagClassName
{
border-color: #766F6C;
}
</style>