Shades of Russett #765F56
Tints of Russett #765F56
RGB
CMYK
RGB Variations
Color information
#765F56 (or 0x765F56) is known color: Russett. HEX triplet: 76, 5F and 56. RGB value is (118,95,86). Sum of RGB (Red+Green+Blue) = 118+95+86=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #765F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765F56 is #89A0A9. Grayscale: #646464. Windows color (decimal): -9019562 or 5660534. OLE color: 5660534.
HSL color Cylindrical-coordinate representation of color #765F56: hue angle of 16.88º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #765F56 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 95 | 86 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.54 |
| HSL | 16.88º | 0.16% | 0.4% | - |
| HSV(B) | 16.88º | 0.27% | 0.46% | - |
| XYZ | 13.24 | 12.71 | 10.56 | - |
| YUV | 100.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 95 | 86 | 0 | 0.19 | 0.27 | 0.54 | 16.88 | 0.16 | 0.4 |
| Hex | 76 | 5F | 56 | 0 | 13 | 1B | 36 | 11 | 10 | 28 |
| Octal | 166 | 137 | 126 | 0 | 23 | 33 | 66 | 21 | 20 | 50 |
| Binary | 1110110 | 1011111 | 1010110 | 0 | 10011 | 11011 | 110110 | 10001 | 10000 | 101000 |
Color Harmonies of #765F56
Complementary color
Monochromatic Colors of #765F56
Black with #765F56
Text Example
Text Example
White with #765F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765F56; }
p { color: rgb(118,95,86); }
H1.HeaderClassName
{
color: #765F56;
}
.AnyTagClassName
{
color: #765F56;
}
</style>
background-color css
<style>
a { background-color: #765F56; }
a { background-color: rgb(118,95,86); }
div.DivClassName
{
background-color: #765F56;
}
.BgClassName
{
background-color: #765F56;
}
</style>
border-color css
<style>
span { border-color: #765F56; }
span { border-color: rgb(118,95,86); }
td.TdClassName
{
border-color: #765F56;
}
.TagClassName
{
border-color: #765F56;
}
</style>