Shades of Russett #765D59
Tints of Russett #765D59
RGB
CMYK
RGB Variations
Color information
#765D59 (or 0x765D59) is known color: Russett. HEX triplet: 76, 5D and 59. RGB value is (118,93,89). Sum of RGB (Red+Green+Blue) = 118+93+89=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #765D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765D59 is #89A2A6. Grayscale: #646464. Windows color (decimal): -9020071 or 5856630. OLE color: 5856630.
HSL color Cylindrical-coordinate representation of color #765D59: hue angle of 8.28º 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 #765D59 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 93 | 89 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.54 |
| HSL | 8.28º | 0.14% | 0.41% | - |
| HSV(B) | 8.28º | 0.25% | 0.46% | - |
| XYZ | 13.19 | 12.4 | 11.15 | - |
| YUV | 100.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 89 | 0 | 0.21 | 0.25 | 0.54 | 8.28 | 0.14 | 0.41 |
| Hex | 76 | 5D | 59 | 0 | 15 | 19 | 36 | 8 | E | 29 |
| Octal | 166 | 135 | 131 | 0 | 25 | 31 | 66 | 10 | 16 | 51 |
| Binary | 1110110 | 1011101 | 1011001 | 0 | 10101 | 11001 | 110110 | 1000 | 1110 | 101001 |
Color Harmonies of #765D59
Complementary color
Monochromatic Colors of #765D59
Black with #765D59
Text Example
Text Example
White with #765D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765D59; }
p { color: rgb(118,93,89); }
H1.HeaderClassName
{
color: #765D59;
}
.AnyTagClassName
{
color: #765D59;
}
</style>
background-color css
<style>
a { background-color: #765D59; }
a { background-color: rgb(118,93,89); }
div.DivClassName
{
background-color: #765D59;
}
.BgClassName
{
background-color: #765D59;
}
</style>
border-color css
<style>
span { border-color: #765D59; }
span { border-color: rgb(118,93,89); }
td.TdClassName
{
border-color: #765D59;
}
.TagClassName
{
border-color: #765D59;
}
</style>