Shades of Russett #765B54
Tints of Russett #765B54
RGB
CMYK
RGB Variations
Color information
#765B54 (or 0x765B54) is known color: Russett. HEX triplet: 76, 5B and 54. RGB value is (118,91,84). Sum of RGB (Red+Green+Blue) = 118+91+84=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 84 (33.20% from 255 or 28.67% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #765B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765B54 is #89A4AB. Grayscale: #626262. Windows color (decimal): -9020588 or 5528438. OLE color: 5528438.
HSL color Cylindrical-coordinate representation of color #765B54: hue angle of 12.35º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #765B54 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 91 | 84 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.54 |
| HSL | 12.35º | 0.17% | 0.4% | - |
| HSV(B) | 12.35º | 0.29% | 0.46% | - |
| XYZ | 12.81 | 11.97 | 10.02 | - |
| YUV | 98.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 84 | 0 | 0.23 | 0.29 | 0.54 | 12.35 | 0.17 | 0.4 |
| Hex | 76 | 5B | 54 | 0 | 17 | 1D | 36 | C | 11 | 28 |
| Octal | 166 | 133 | 124 | 0 | 27 | 35 | 66 | 14 | 21 | 50 |
| Binary | 1110110 | 1011011 | 1010100 | 0 | 10111 | 11101 | 110110 | 1100 | 10001 | 101000 |
Color Harmonies of #765B54
Complementary color
Monochromatic Colors of #765B54
Black with #765B54
Text Example
Text Example
White with #765B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765B54; }
p { color: rgb(118,91,84); }
H1.HeaderClassName
{
color: #765B54;
}
.AnyTagClassName
{
color: #765B54;
}
</style>
background-color css
<style>
a { background-color: #765B54; }
a { background-color: rgb(118,91,84); }
div.DivClassName
{
background-color: #765B54;
}
.BgClassName
{
background-color: #765B54;
}
</style>
border-color css
<style>
span { border-color: #765B54; }
span { border-color: rgb(118,91,84); }
td.TdClassName
{
border-color: #765B54;
}
.TagClassName
{
border-color: #765B54;
}
</style>