Shades of Russett #76645D
Tints of Russett #76645D
RGB
CMYK
RGB Variations
Color information
#76645D (or 0x76645D) is known color: Russett. HEX triplet: 76, 64 and 5D. RGB value is (118,100,93). Sum of RGB (Red+Green+Blue) = 118+100+93=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 118 - color contains mainly: red. Hex color #76645D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76645D is #899BA2. Grayscale: #686868. Windows color (decimal): -9018275 or 6120566. OLE color: 6120566.
HSL color Cylindrical-coordinate representation of color #76645D: hue angle of 16.8º 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 #76645D is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 100 | 93 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.54 |
| HSL | 16.8º | 0.12% | 0.41% | - |
| HSV(B) | 16.8º | 0.21% | 0.46% | - |
| XYZ | 14 | 13.76 | 12.27 | - |
| YUV | 104.58 | 121.46 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 100 | 93 | 0 | 0.15 | 0.21 | 0.54 | 16.8 | 0.12 | 0.41 |
| Hex | 76 | 64 | 5D | 0 | F | 15 | 36 | 11 | C | 29 |
| Octal | 166 | 144 | 135 | 0 | 17 | 25 | 66 | 21 | 14 | 51 |
| Binary | 1110110 | 1100100 | 1011101 | 0 | 1111 | 10101 | 110110 | 10001 | 1100 | 101001 |
Color Harmonies of #76645D
Complementary color
Monochromatic Colors of #76645D
Black with #76645D
Text Example
Text Example
White with #76645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76645D; }
p { color: rgb(118,100,93); }
H1.HeaderClassName
{
color: #76645D;
}
.AnyTagClassName
{
color: #76645D;
}
</style>
background-color css
<style>
a { background-color: #76645D; }
a { background-color: rgb(118,100,93); }
div.DivClassName
{
background-color: #76645D;
}
.BgClassName
{
background-color: #76645D;
}
</style>
border-color css
<style>
span { border-color: #76645D; }
span { border-color: rgb(118,100,93); }
td.TdClassName
{
border-color: #76645D;
}
.TagClassName
{
border-color: #76645D;
}
</style>