Shades of Russett #735F5B
Tints of Russett #735F5B
RGB
CMYK
RGB Variations
Color information
#735F5B (or 0x735F5B) is known color: Russett. HEX triplet: 73, 5F and 5B. RGB value is (115,95,91). Sum of RGB (Red+Green+Blue) = 115+95+91=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 115 - color contains mainly: red. Hex color #735F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735F5B is #8CA0A4. Grayscale: #646464. Windows color (decimal): -9216165 or 5988211. OLE color: 5988211.
HSL color Cylindrical-coordinate representation of color #735F5B: hue angle of 10º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #735F5B is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 95 | 91 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.55 |
| HSL | 10º | 0.12% | 0.4% | - |
| HSV(B) | 10º | 0.21% | 0.45% | - |
| XYZ | 13.05 | 12.58 | 11.64 | - |
| YUV | 100.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 91 | 0 | 0.17 | 0.21 | 0.55 | 10 | 0.12 | 0.4 |
| Hex | 73 | 5F | 5B | 0 | 11 | 15 | 37 | A | C | 28 |
| Octal | 163 | 137 | 133 | 0 | 21 | 25 | 67 | 12 | 14 | 50 |
| Binary | 1110011 | 1011111 | 1011011 | 0 | 10001 | 10101 | 110111 | 1010 | 1100 | 101000 |
Color Harmonies of #735F5B
Complementary color
Monochromatic Colors of #735F5B
Black with #735F5B
Text Example
Text Example
White with #735F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735F5B; }
p { color: rgb(115,95,91); }
H1.HeaderClassName
{
color: #735F5B;
}
.AnyTagClassName
{
color: #735F5B;
}
</style>
background-color css
<style>
a { background-color: #735F5B; }
a { background-color: rgb(115,95,91); }
div.DivClassName
{
background-color: #735F5B;
}
.BgClassName
{
background-color: #735F5B;
}
</style>
border-color css
<style>
span { border-color: #735F5B; }
span { border-color: rgb(115,95,91); }
td.TdClassName
{
border-color: #735F5B;
}
.TagClassName
{
border-color: #735F5B;
}
</style>