Shades of Russett #765F5A
Tints of Russett #765F5A
RGB
CMYK
RGB Variations
Color information
#765F5A (or 0x765F5A) is known color: Russett. HEX triplet: 76, 5F and 5A. RGB value is (118,95,90). Sum of RGB (Red+Green+Blue) = 118+95+90=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #765F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765F5A is #89A0A5. Grayscale: #656565. Windows color (decimal): -9019558 or 5922678. OLE color: 5922678.
HSL color Cylindrical-coordinate representation of color #765F5A: hue angle of 10.71º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #765F5A is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 95 | 90 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.54 |
| HSL | 10.71º | 0.13% | 0.41% | - |
| HSV(B) | 10.71º | 0.24% | 0.46% | - |
| XYZ | 13.41 | 12.77 | 11.43 | - |
| YUV | 101.31 | 121.62 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 95 | 90 | 0 | 0.19 | 0.24 | 0.54 | 10.71 | 0.13 | 0.41 |
| Hex | 76 | 5F | 5A | 0 | 13 | 18 | 36 | B | D | 29 |
| Octal | 166 | 137 | 132 | 0 | 23 | 30 | 66 | 13 | 15 | 51 |
| Binary | 1110110 | 1011111 | 1011010 | 0 | 10011 | 11000 | 110110 | 1011 | 1101 | 101001 |
Color Harmonies of #765F5A
Complementary color
Monochromatic Colors of #765F5A
Black with #765F5A
Text Example
Text Example
White with #765F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765F5A; }
p { color: rgb(118,95,90); }
H1.HeaderClassName
{
color: #765F5A;
}
.AnyTagClassName
{
color: #765F5A;
}
</style>
background-color css
<style>
a { background-color: #765F5A; }
a { background-color: rgb(118,95,90); }
div.DivClassName
{
background-color: #765F5A;
}
.BgClassName
{
background-color: #765F5A;
}
</style>
border-color css
<style>
span { border-color: #765F5A; }
span { border-color: rgb(118,95,90); }
td.TdClassName
{
border-color: #765F5A;
}
.TagClassName
{
border-color: #765F5A;
}
</style>