Shades of Rum #735B7B
Tints of Rum #735B7B
RGB
CMYK
RGB Variations
Color information
#735B7B (or 0x735B7B) is known color: Rum. HEX triplet: 73, 5B and 7B. RGB value is (115,91,123). Sum of RGB (Red+Green+Blue) = 115+91+123=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 123 - color contains mainly: blue. Hex color #735B7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735B7B is #8CA484. Grayscale: #656565. Windows color (decimal): -9217157 or 8084339. OLE color: 8084339.
HSL color Cylindrical-coordinate representation of color #735B7B: hue angle of 285º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #735B7B is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 91 | 123 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.52 |
| HSL | 285º | 0.15% | 0.42% | - |
| HSV(B) | 285º | 0.26% | 0.48% | - |
| XYZ | 14.39 | 12.56 | 20.4 | - |
| YUV | 101.82 | 139.95 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 91 | 123 | 0.07 | 0.26 | 0 | 0.52 | 285 | 0.15 | 0.42 |
| Hex | 73 | 5B | 7B | 7 | 1A | 0 | 34 | 11D | F | 2A |
| Octal | 163 | 133 | 173 | 7 | 32 | 0 | 64 | 435 | 17 | 52 |
| Binary | 1110011 | 1011011 | 1111011 | 111 | 11010 | 0 | 110100 | 100011101 | 1111 | 101010 |
Color Harmonies of #735B7B
Complementary color
Monochromatic Colors of #735B7B
Black with #735B7B
Text Example
Text Example
White with #735B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735B7B; }
p { color: rgb(115,91,123); }
H1.HeaderClassName
{
color: #735B7B;
}
.AnyTagClassName
{
color: #735B7B;
}
</style>
background-color css
<style>
a { background-color: #735B7B; }
a { background-color: rgb(115,91,123); }
div.DivClassName
{
background-color: #735B7B;
}
.BgClassName
{
background-color: #735B7B;
}
</style>
border-color css
<style>
span { border-color: #735B7B; }
span { border-color: rgb(115,91,123); }
td.TdClassName
{
border-color: #735B7B;
}
.TagClassName
{
border-color: #735B7B;
}
</style>