Shades of Russett #76615D
Tints of Russett #76615D
RGB
CMYK
RGB Variations
Color information
#76615D (or 0x76615D) is known color: Russett. HEX triplet: 76, 61 and 5D. RGB value is (118,97,93). Sum of RGB (Red+Green+Blue) = 118+97+93=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #76615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76615D is #899EA2. Grayscale: #666666. Windows color (decimal): -9019043 or 6119798. OLE color: 6119798.
HSL color Cylindrical-coordinate representation of color #76615D: hue angle of 9.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 #76615D is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 97 | 93 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.54 |
| HSL | 9.6º | 0.12% | 0.41% | - |
| HSV(B) | 9.6º | 0.21% | 0.46% | - |
| XYZ | 13.72 | 13.19 | 12.18 | - |
| YUV | 102.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 97 | 93 | 0 | 0.18 | 0.21 | 0.54 | 9.6 | 0.12 | 0.41 |
| Hex | 76 | 61 | 5D | 0 | 12 | 15 | 36 | A | C | 29 |
| Octal | 166 | 141 | 135 | 0 | 22 | 25 | 66 | 12 | 14 | 51 |
| Binary | 1110110 | 1100001 | 1011101 | 0 | 10010 | 10101 | 110110 | 1010 | 1100 | 101001 |
Color Harmonies of #76615D
Complementary color
Monochromatic Colors of #76615D
Black with #76615D
Text Example
Text Example
White with #76615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76615D; }
p { color: rgb(118,97,93); }
H1.HeaderClassName
{
color: #76615D;
}
.AnyTagClassName
{
color: #76615D;
}
</style>
background-color css
<style>
a { background-color: #76615D; }
a { background-color: rgb(118,97,93); }
div.DivClassName
{
background-color: #76615D;
}
.BgClassName
{
background-color: #76615D;
}
</style>
border-color css
<style>
span { border-color: #76615D; }
span { border-color: rgb(118,97,93); }
td.TdClassName
{
border-color: #76615D;
}
.TagClassName
{
border-color: #76615D;
}
</style>