Shades of Russett #76625B
Tints of Russett #76625B
RGB
CMYK
RGB Variations
Color information
#76625B (or 0x76625B) is known color: Russett. HEX triplet: 76, 62 and 5B. RGB value is (118,98,91). Sum of RGB (Red+Green+Blue) = 118+98+91=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #76625B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76625B is #899DA4. Grayscale: #676767. Windows color (decimal): -9018789 or 5988982. OLE color: 5988982.
HSL color Cylindrical-coordinate representation of color #76625B: hue angle of 15.56º 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 #76625B is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 98 | 91 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.54 |
| HSL | 15.56º | 0.13% | 0.41% | - |
| HSV(B) | 15.56º | 0.23% | 0.46% | - |
| XYZ | 13.73 | 13.34 | 11.75 | - |
| YUV | 103.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 98 | 91 | 0 | 0.17 | 0.23 | 0.54 | 15.56 | 0.13 | 0.41 |
| Hex | 76 | 62 | 5B | 0 | 11 | 17 | 36 | 10 | D | 29 |
| Octal | 166 | 142 | 133 | 0 | 21 | 27 | 66 | 20 | 15 | 51 |
| Binary | 1110110 | 1100010 | 1011011 | 0 | 10001 | 10111 | 110110 | 10000 | 1101 | 101001 |
Color Harmonies of #76625B
Complementary color
Monochromatic Colors of #76625B
Black with #76625B
Text Example
Text Example
White with #76625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76625B; }
p { color: rgb(118,98,91); }
H1.HeaderClassName
{
color: #76625B;
}
.AnyTagClassName
{
color: #76625B;
}
</style>
background-color css
<style>
a { background-color: #76625B; }
a { background-color: rgb(118,98,91); }
div.DivClassName
{
background-color: #76625B;
}
.BgClassName
{
background-color: #76625B;
}
</style>
border-color css
<style>
span { border-color: #76625B; }
span { border-color: rgb(118,98,91); }
td.TdClassName
{
border-color: #76625B;
}
.TagClassName
{
border-color: #76625B;
}
</style>