Shades of Russett #765B55
Tints of Russett #765B55
RGB
CMYK
RGB Variations
Color information
#765B55 (or 0x765B55) is known color: Russett. HEX triplet: 76, 5B and 55. RGB value is (118,91,85). Sum of RGB (Red+Green+Blue) = 118+91+85=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #765B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765B55 is #89A4AA. Grayscale: #626262. Windows color (decimal): -9020587 or 5593974. OLE color: 5593974.
HSL color Cylindrical-coordinate representation of color #765B55: hue angle of 10.91º 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 #765B55 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 91 | 85 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.54 |
| HSL | 10.91º | 0.16% | 0.4% | - |
| HSV(B) | 10.91º | 0.28% | 0.46% | - |
| XYZ | 12.85 | 11.99 | 10.23 | - |
| YUV | 98.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 85 | 0 | 0.23 | 0.28 | 0.54 | 10.91 | 0.16 | 0.4 |
| Hex | 76 | 5B | 55 | 0 | 17 | 1C | 36 | B | 10 | 28 |
| Octal | 166 | 133 | 125 | 0 | 27 | 34 | 66 | 13 | 20 | 50 |
| Binary | 1110110 | 1011011 | 1010101 | 0 | 10111 | 11100 | 110110 | 1011 | 10000 | 101000 |
Color Harmonies of #765B55
Complementary color
Monochromatic Colors of #765B55
Black with #765B55
Text Example
Text Example
White with #765B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765B55; }
p { color: rgb(118,91,85); }
H1.HeaderClassName
{
color: #765B55;
}
.AnyTagClassName
{
color: #765B55;
}
</style>
background-color css
<style>
a { background-color: #765B55; }
a { background-color: rgb(118,91,85); }
div.DivClassName
{
background-color: #765B55;
}
.BgClassName
{
background-color: #765B55;
}
</style>
border-color css
<style>
span { border-color: #765B55; }
span { border-color: rgb(118,91,85); }
td.TdClassName
{
border-color: #765B55;
}
.TagClassName
{
border-color: #765B55;
}
</style>