Shades of Russett #765E57
Tints of Russett #765E57
RGB
CMYK
RGB Variations
Color information
#765E57 (or 0x765E57) is known color: Russett. HEX triplet: 76, 5E and 57. RGB value is (118,94,87). Sum of RGB (Red+Green+Blue) = 118+94+87=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #765E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765E57 is #89A1A8. Grayscale: #646464. Windows color (decimal): -9019817 or 5725814. OLE color: 5725814.
HSL color Cylindrical-coordinate representation of color #765E57: hue angle of 13.55º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #765E57 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 94 | 87 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.54 |
| HSL | 13.55º | 0.15% | 0.4% | - |
| HSV(B) | 13.55º | 0.26% | 0.46% | - |
| XYZ | 13.19 | 12.55 | 10.74 | - |
| YUV | 100.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 94 | 87 | 0 | 0.20 | 0.26 | 0.54 | 13.55 | 0.15 | 0.4 |
| Hex | 76 | 5E | 57 | 0 | 14 | 1A | 36 | E | F | 28 |
| Octal | 166 | 136 | 127 | 0 | 24 | 32 | 66 | 16 | 17 | 50 |
| Binary | 1110110 | 1011110 | 1010111 | 0 | 10100 | 11010 | 110110 | 1110 | 1111 | 101000 |
Color Harmonies of #765E57
Complementary color
Monochromatic Colors of #765E57
Black with #765E57
Text Example
Text Example
White with #765E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765E57; }
p { color: rgb(118,94,87); }
H1.HeaderClassName
{
color: #765E57;
}
.AnyTagClassName
{
color: #765E57;
}
</style>
background-color css
<style>
a { background-color: #765E57; }
a { background-color: rgb(118,94,87); }
div.DivClassName
{
background-color: #765E57;
}
.BgClassName
{
background-color: #765E57;
}
</style>
border-color css
<style>
span { border-color: #765E57; }
span { border-color: rgb(118,94,87); }
td.TdClassName
{
border-color: #765E57;
}
.TagClassName
{
border-color: #765E57;
}
</style>