Shades of Russett #76605B
Tints of Russett #76605B
RGB
CMYK
RGB Variations
Color information
#76605B (or 0x76605B) is known color: Russett. HEX triplet: 76, 60 and 5B. RGB value is (118,96,91). Sum of RGB (Red+Green+Blue) = 118+96+91=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #76605B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76605B is #899FA4. Grayscale: #666666. Windows color (decimal): -9019301 or 5988470. OLE color: 5988470.
HSL color Cylindrical-coordinate representation of color #76605B: hue angle of 11.11º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #76605B is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 96 | 91 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.54 |
| HSL | 11.11º | 0.13% | 0.41% | - |
| HSV(B) | 11.11º | 0.23% | 0.46% | - |
| XYZ | 13.54 | 12.97 | 11.69 | - |
| YUV | 102.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 96 | 91 | 0 | 0.19 | 0.23 | 0.54 | 11.11 | 0.13 | 0.41 |
| Hex | 76 | 60 | 5B | 0 | 13 | 17 | 36 | B | D | 29 |
| Octal | 166 | 140 | 133 | 0 | 23 | 27 | 66 | 13 | 15 | 51 |
| Binary | 1110110 | 1100000 | 1011011 | 0 | 10011 | 10111 | 110110 | 1011 | 1101 | 101001 |
Color Harmonies of #76605B
Complementary color
Monochromatic Colors of #76605B
Black with #76605B
Text Example
Text Example
White with #76605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76605B; }
p { color: rgb(118,96,91); }
H1.HeaderClassName
{
color: #76605B;
}
.AnyTagClassName
{
color: #76605B;
}
</style>
background-color css
<style>
a { background-color: #76605B; }
a { background-color: rgb(118,96,91); }
div.DivClassName
{
background-color: #76605B;
}
.BgClassName
{
background-color: #76605B;
}
</style>
border-color css
<style>
span { border-color: #76605B; }
span { border-color: rgb(118,96,91); }
td.TdClassName
{
border-color: #76605B;
}
.TagClassName
{
border-color: #76605B;
}
</style>