Shades of Russett #76665F
Tints of Russett #76665F
RGB
CMYK
RGB Variations
Color information
#76665F (or 0x76665F) is known color: Russett. HEX triplet: 76, 66 and 5F. RGB value is (118,102,95). Sum of RGB (Red+Green+Blue) = 118+102+95=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #76665F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76665F is #8999A0. Grayscale: #6A6A6A. Windows color (decimal): -9017761 or 6252150. OLE color: 6252150.
HSL color Cylindrical-coordinate representation of color #76665F: hue angle of 18.26º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #76665F is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 102 | 95 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.54 |
| HSL | 18.26º | 0.11% | 0.42% | - |
| HSV(B) | 18.26º | 0.19% | 0.46% | - |
| XYZ | 14.29 | 14.18 | 12.81 | - |
| YUV | 105.99 | 121.8 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 102 | 95 | 0 | 0.14 | 0.19 | 0.54 | 18.26 | 0.11 | 0.42 |
| Hex | 76 | 66 | 5F | 0 | E | 13 | 36 | 12 | B | 2A |
| Octal | 166 | 146 | 137 | 0 | 16 | 23 | 66 | 22 | 13 | 52 |
| Binary | 1110110 | 1100110 | 1011111 | 0 | 1110 | 10011 | 110110 | 10010 | 1011 | 101010 |
Color Harmonies of #76665F
Complementary color
Monochromatic Colors of #76665F
Black with #76665F
Text Example
Text Example
White with #76665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76665F; }
p { color: rgb(118,102,95); }
H1.HeaderClassName
{
color: #76665F;
}
.AnyTagClassName
{
color: #76665F;
}
</style>
background-color css
<style>
a { background-color: #76665F; }
a { background-color: rgb(118,102,95); }
div.DivClassName
{
background-color: #76665F;
}
.BgClassName
{
background-color: #76665F;
}
</style>
border-color css
<style>
span { border-color: #76665F; }
span { border-color: rgb(118,102,95); }
td.TdClassName
{
border-color: #76665F;
}
.TagClassName
{
border-color: #76665F;
}
</style>