Shades of Russett #76635F
Tints of Russett #76635F
RGB
CMYK
RGB Variations
Color information
#76635F (or 0x76635F) is known color: Russett. HEX triplet: 76, 63 and 5F. RGB value is (118,99,95). Sum of RGB (Red+Green+Blue) = 118+99+95=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #76635F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76635F is #899CA0. Grayscale: #686868. Windows color (decimal): -9018529 or 6251382. OLE color: 6251382.
HSL color Cylindrical-coordinate representation of color #76635F: hue angle of 10.43º 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 #76635F is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 99 | 95 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.54 |
| HSL | 10.43º | 0.11% | 0.42% | - |
| HSV(B) | 10.43º | 0.19% | 0.46% | - |
| XYZ | 14 | 13.6 | 12.71 | - |
| YUV | 104.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 99 | 95 | 0 | 0.16 | 0.19 | 0.54 | 10.43 | 0.11 | 0.42 |
| Hex | 76 | 63 | 5F | 0 | 10 | 13 | 36 | A | B | 2A |
| Octal | 166 | 143 | 137 | 0 | 20 | 23 | 66 | 12 | 13 | 52 |
| Binary | 1110110 | 1100011 | 1011111 | 0 | 10000 | 10011 | 110110 | 1010 | 1011 | 101010 |
Color Harmonies of #76635F
Complementary color
Monochromatic Colors of #76635F
Black with #76635F
Text Example
Text Example
White with #76635F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76635F; }
p { color: rgb(118,99,95); }
H1.HeaderClassName
{
color: #76635F;
}
.AnyTagClassName
{
color: #76635F;
}
</style>
background-color css
<style>
a { background-color: #76635F; }
a { background-color: rgb(118,99,95); }
div.DivClassName
{
background-color: #76635F;
}
.BgClassName
{
background-color: #76635F;
}
</style>
border-color css
<style>
span { border-color: #76635F; }
span { border-color: rgb(118,99,95); }
td.TdClassName
{
border-color: #76635F;
}
.TagClassName
{
border-color: #76635F;
}
</style>