Shades of Russett #76605A
Tints of Russett #76605A
RGB
CMYK
RGB Variations
Color information
#76605A (or 0x76605A) is known color: Russett. HEX triplet: 76, 60 and 5A. RGB value is (118,96,90). Sum of RGB (Red+Green+Blue) = 118+96+90=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #76605A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76605A is #899FA5. Grayscale: #656565. Windows color (decimal): -9019302 or 5922934. OLE color: 5922934.
HSL color Cylindrical-coordinate representation of color #76605A: hue angle of 12.86º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #76605A is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 96 | 90 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.54 |
| HSL | 12.86º | 0.13% | 0.41% | - |
| HSV(B) | 12.86º | 0.24% | 0.46% | - |
| XYZ | 13.5 | 12.96 | 11.46 | - |
| YUV | 101.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 96 | 90 | 0 | 0.19 | 0.24 | 0.54 | 12.86 | 0.13 | 0.41 |
| Hex | 76 | 60 | 5A | 0 | 13 | 18 | 36 | D | D | 29 |
| Octal | 166 | 140 | 132 | 0 | 23 | 30 | 66 | 15 | 15 | 51 |
| Binary | 1110110 | 1100000 | 1011010 | 0 | 10011 | 11000 | 110110 | 1101 | 1101 | 101001 |
Color Harmonies of #76605A
Complementary color
Monochromatic Colors of #76605A
Black with #76605A
Text Example
Text Example
White with #76605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76605A; }
p { color: rgb(118,96,90); }
H1.HeaderClassName
{
color: #76605A;
}
.AnyTagClassName
{
color: #76605A;
}
</style>
background-color css
<style>
a { background-color: #76605A; }
a { background-color: rgb(118,96,90); }
div.DivClassName
{
background-color: #76605A;
}
.BgClassName
{
background-color: #76605A;
}
</style>
border-color css
<style>
span { border-color: #76605A; }
span { border-color: rgb(118,96,90); }
td.TdClassName
{
border-color: #76605A;
}
.TagClassName
{
border-color: #76605A;
}
</style>