Shades of Russett #765F5B
Tints of Russett #765F5B
RGB
CMYK
RGB Variations
Color information
#765F5B (or 0x765F5B) is known color: Russett. HEX triplet: 76, 5F and 5B. RGB value is (118,95,91). Sum of RGB (Red+Green+Blue) = 118+95+91=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #765F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765F5B is #89A0A4. Grayscale: #656565. Windows color (decimal): -9019557 or 5988214. OLE color: 5988214.
HSL color Cylindrical-coordinate representation of color #765F5B: hue angle of 8.89º 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 #765F5B is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 95 | 91 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.54 |
| HSL | 8.89º | 0.13% | 0.41% | - |
| HSV(B) | 8.89º | 0.23% | 0.46% | - |
| XYZ | 13.45 | 12.79 | 11.66 | - |
| YUV | 101.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 95 | 91 | 0 | 0.19 | 0.23 | 0.54 | 8.89 | 0.13 | 0.41 |
| Hex | 76 | 5F | 5B | 0 | 13 | 17 | 36 | 9 | D | 29 |
| Octal | 166 | 137 | 133 | 0 | 23 | 27 | 66 | 11 | 15 | 51 |
| Binary | 1110110 | 1011111 | 1011011 | 0 | 10011 | 10111 | 110110 | 1001 | 1101 | 101001 |
Color Harmonies of #765F5B
Complementary color
Monochromatic Colors of #765F5B
Black with #765F5B
Text Example
Text Example
White with #765F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765F5B; }
p { color: rgb(118,95,91); }
H1.HeaderClassName
{
color: #765F5B;
}
.AnyTagClassName
{
color: #765F5B;
}
</style>
background-color css
<style>
a { background-color: #765F5B; }
a { background-color: rgb(118,95,91); }
div.DivClassName
{
background-color: #765F5B;
}
.BgClassName
{
background-color: #765F5B;
}
</style>
border-color css
<style>
span { border-color: #765F5B; }
span { border-color: rgb(118,95,91); }
td.TdClassName
{
border-color: #765F5B;
}
.TagClassName
{
border-color: #765F5B;
}
</style>