Shades of Russett #765D55
Tints of Russett #765D55
RGB
CMYK
RGB Variations
Color information
#765D55 (or 0x765D55) is known color: Russett. HEX triplet: 76, 5D and 55. RGB value is (118,93,85). Sum of RGB (Red+Green+Blue) = 118+93+85=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #765D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765D55 is #89A2AA. Grayscale: #636363. Windows color (decimal): -9020075 or 5594486. OLE color: 5594486.
HSL color Cylindrical-coordinate representation of color #765D55: hue angle of 14.55º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #765D55 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 93 | 85 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.54 |
| HSL | 14.55º | 0.16% | 0.4% | - |
| HSV(B) | 14.55º | 0.28% | 0.46% | - |
| XYZ | 13.03 | 12.34 | 10.29 | - |
| YUV | 99.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 85 | 0 | 0.21 | 0.28 | 0.54 | 14.55 | 0.16 | 0.4 |
| Hex | 76 | 5D | 55 | 0 | 15 | 1C | 36 | F | 10 | 28 |
| Octal | 166 | 135 | 125 | 0 | 25 | 34 | 66 | 17 | 20 | 50 |
| Binary | 1110110 | 1011101 | 1010101 | 0 | 10101 | 11100 | 110110 | 1111 | 10000 | 101000 |
Color Harmonies of #765D55
Complementary color
Monochromatic Colors of #765D55
Black with #765D55
Text Example
Text Example
White with #765D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765D55; }
p { color: rgb(118,93,85); }
H1.HeaderClassName
{
color: #765D55;
}
.AnyTagClassName
{
color: #765D55;
}
</style>
background-color css
<style>
a { background-color: #765D55; }
a { background-color: rgb(118,93,85); }
div.DivClassName
{
background-color: #765D55;
}
.BgClassName
{
background-color: #765D55;
}
</style>
border-color css
<style>
span { border-color: #765D55; }
span { border-color: rgb(118,93,85); }
td.TdClassName
{
border-color: #765D55;
}
.TagClassName
{
border-color: #765D55;
}
</style>