Shades of Russett #76665D
Tints of Russett #76665D
RGB
CMYK
RGB Variations
Color information
#76665D (or 0x76665D) is known color: Russett. HEX triplet: 76, 66 and 5D. RGB value is (118,102,93). Sum of RGB (Red+Green+Blue) = 118+102+93=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #76665D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76665D is #8999A2. Grayscale: #696969. Windows color (decimal): -9017763 or 6121078. OLE color: 6121078.
HSL color Cylindrical-coordinate representation of color #76665D: hue angle of 21.6º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #76665D is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 102 | 93 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.54 |
| HSL | 21.6º | 0.12% | 0.41% | - |
| HSV(B) | 21.6º | 0.21% | 0.46% | - |
| XYZ | 14.2 | 14.14 | 12.34 | - |
| YUV | 105.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 102 | 93 | 0 | 0.14 | 0.21 | 0.54 | 21.6 | 0.12 | 0.41 |
| Hex | 76 | 66 | 5D | 0 | E | 15 | 36 | 16 | C | 29 |
| Octal | 166 | 146 | 135 | 0 | 16 | 25 | 66 | 26 | 14 | 51 |
| Binary | 1110110 | 1100110 | 1011101 | 0 | 1110 | 10101 | 110110 | 10110 | 1100 | 101001 |
Color Harmonies of #76665D
Complementary color
Monochromatic Colors of #76665D
Black with #76665D
Text Example
Text Example
White with #76665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76665D; }
p { color: rgb(118,102,93); }
H1.HeaderClassName
{
color: #76665D;
}
.AnyTagClassName
{
color: #76665D;
}
</style>
background-color css
<style>
a { background-color: #76665D; }
a { background-color: rgb(118,102,93); }
div.DivClassName
{
background-color: #76665D;
}
.BgClassName
{
background-color: #76665D;
}
</style>
border-color css
<style>
span { border-color: #76665D; }
span { border-color: rgb(118,102,93); }
td.TdClassName
{
border-color: #76665D;
}
.TagClassName
{
border-color: #76665D;
}
</style>