Shades of Russett #765E59
Tints of Russett #765E59
RGB
CMYK
RGB Variations
Color information
#765E59 (or 0x765E59) is known color: Russett. HEX triplet: 76, 5E and 59. RGB value is (118,94,89). Sum of RGB (Red+Green+Blue) = 118+94+89=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #765E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765E59 is #89A1A6. Grayscale: #646464. Windows color (decimal): -9019815 or 5856886. OLE color: 5856886.
HSL color Cylindrical-coordinate representation of color #765E59: hue angle of 10.34º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #765E59 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 94 | 89 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.54 |
| HSL | 10.34º | 0.14% | 0.41% | - |
| HSV(B) | 10.34º | 0.25% | 0.46% | - |
| XYZ | 13.28 | 12.58 | 11.18 | - |
| YUV | 100.61 | 121.45 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 94 | 89 | 0 | 0.20 | 0.25 | 0.54 | 10.34 | 0.14 | 0.41 |
| Hex | 76 | 5E | 59 | 0 | 14 | 19 | 36 | A | E | 29 |
| Octal | 166 | 136 | 131 | 0 | 24 | 31 | 66 | 12 | 16 | 51 |
| Binary | 1110110 | 1011110 | 1011001 | 0 | 10100 | 11001 | 110110 | 1010 | 1110 | 101001 |
Color Harmonies of #765E59
Complementary color
Monochromatic Colors of #765E59
Black with #765E59
Text Example
Text Example
White with #765E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765E59; }
p { color: rgb(118,94,89); }
H1.HeaderClassName
{
color: #765E59;
}
.AnyTagClassName
{
color: #765E59;
}
</style>
background-color css
<style>
a { background-color: #765E59; }
a { background-color: rgb(118,94,89); }
div.DivClassName
{
background-color: #765E59;
}
.BgClassName
{
background-color: #765E59;
}
</style>
border-color css
<style>
span { border-color: #765E59; }
span { border-color: rgb(118,94,89); }
td.TdClassName
{
border-color: #765E59;
}
.TagClassName
{
border-color: #765E59;
}
</style>