Shades of Rum #735D7B
Tints of Rum #735D7B
RGB
CMYK
RGB Variations
Color information
#735D7B (or 0x735D7B) is known color: Rum. HEX triplet: 73, 5D and 7B. RGB value is (115,93,123). Sum of RGB (Red+Green+Blue) = 115+93+123=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 123 - color contains mainly: blue. Hex color #735D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735D7B is #8CA284. Grayscale: #666666. Windows color (decimal): -9216645 or 8084851. OLE color: 8084851.
HSL color Cylindrical-coordinate representation of color #735D7B: hue angle of 284º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #735D7B is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 93 | 123 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.52 |
| HSL | 284º | 0.14% | 0.42% | - |
| HSV(B) | 284º | 0.24% | 0.48% | - |
| XYZ | 14.56 | 12.9 | 20.46 | - |
| YUV | 103 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 123 | 0.07 | 0.24 | 0 | 0.52 | 284 | 0.14 | 0.42 |
| Hex | 73 | 5D | 7B | 7 | 18 | 0 | 34 | 11C | E | 2A |
| Octal | 163 | 135 | 173 | 7 | 30 | 0 | 64 | 434 | 16 | 52 |
| Binary | 1110011 | 1011101 | 1111011 | 111 | 11000 | 0 | 110100 | 100011100 | 1110 | 101010 |
Color Harmonies of #735D7B
Complementary color
Monochromatic Colors of #735D7B
Black with #735D7B
Text Example
Text Example
White with #735D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735D7B; }
p { color: rgb(115,93,123); }
H1.HeaderClassName
{
color: #735D7B;
}
.AnyTagClassName
{
color: #735D7B;
}
</style>
background-color css
<style>
a { background-color: #735D7B; }
a { background-color: rgb(115,93,123); }
div.DivClassName
{
background-color: #735D7B;
}
.BgClassName
{
background-color: #735D7B;
}
</style>
border-color css
<style>
span { border-color: #735D7B; }
span { border-color: rgb(115,93,123); }
td.TdClassName
{
border-color: #735D7B;
}
.TagClassName
{
border-color: #735D7B;
}
</style>