Shades of Russett #765E56
Tints of Russett #765E56
RGB
CMYK
RGB Variations
Color information
#765E56 (or 0x765E56) is known color: Russett. HEX triplet: 76, 5E and 56. RGB value is (118,94,86). Sum of RGB (Red+Green+Blue) = 118+94+86=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #765E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765E56 is #89A1A9. Grayscale: #646464. Windows color (decimal): -9019818 or 5660278. OLE color: 5660278.
HSL color Cylindrical-coordinate representation of color #765E56: hue angle of 15º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #765E56 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 94 | 86 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.54 |
| HSL | 15º | 0.16% | 0.4% | - |
| HSV(B) | 15º | 0.27% | 0.46% | - |
| XYZ | 13.15 | 12.53 | 10.53 | - |
| YUV | 100.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 94 | 86 | 0 | 0.20 | 0.27 | 0.54 | 15 | 0.16 | 0.4 |
| Hex | 76 | 5E | 56 | 0 | 14 | 1B | 36 | F | 10 | 28 |
| Octal | 166 | 136 | 126 | 0 | 24 | 33 | 66 | 17 | 20 | 50 |
| Binary | 1110110 | 1011110 | 1010110 | 0 | 10100 | 11011 | 110110 | 1111 | 10000 | 101000 |
Color Harmonies of #765E56
Complementary color
Monochromatic Colors of #765E56
Black with #765E56
Text Example
Text Example
White with #765E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765E56; }
p { color: rgb(118,94,86); }
H1.HeaderClassName
{
color: #765E56;
}
.AnyTagClassName
{
color: #765E56;
}
</style>
background-color css
<style>
a { background-color: #765E56; }
a { background-color: rgb(118,94,86); }
div.DivClassName
{
background-color: #765E56;
}
.BgClassName
{
background-color: #765E56;
}
</style>
border-color css
<style>
span { border-color: #765E56; }
span { border-color: rgb(118,94,86); }
td.TdClassName
{
border-color: #765E56;
}
.TagClassName
{
border-color: #765E56;
}
</style>