Shades of Rum #735F7C
Tints of Rum #735F7C
RGB
CMYK
RGB Variations
Color information
#735F7C (or 0x735F7C) is known color: Rum. HEX triplet: 73, 5F and 7C. RGB value is (115,95,124). Sum of RGB (Red+Green+Blue) = 115+95+124=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 124 - color contains mainly: blue. Hex color #735F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735F7C is #8CA083. Grayscale: #686868. Windows color (decimal): -9216132 or 8150899. OLE color: 8150899.
HSL color Cylindrical-coordinate representation of color #735F7C: hue angle of 281.38º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #735F7C is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 95 | 124 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.51 |
| HSL | 281.38º | 0.13% | 0.43% | - |
| HSV(B) | 281.38º | 0.23% | 0.49% | - |
| XYZ | 14.8 | 13.28 | 20.85 | - |
| YUV | 104.29 | 139.13 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 124 | 0.07 | 0.23 | 0 | 0.51 | 281.38 | 0.13 | 0.43 |
| Hex | 73 | 5F | 7C | 7 | 17 | 0 | 33 | 119 | D | 2B |
| Octal | 163 | 137 | 174 | 7 | 27 | 0 | 63 | 431 | 15 | 53 |
| Binary | 1110011 | 1011111 | 1111100 | 111 | 10111 | 0 | 110011 | 100011001 | 1101 | 101011 |
Color Harmonies of #735F7C
Complementary color
Monochromatic Colors of #735F7C
Black with #735F7C
Text Example
Text Example
White with #735F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735F7C; }
p { color: rgb(115,95,124); }
H1.HeaderClassName
{
color: #735F7C;
}
.AnyTagClassName
{
color: #735F7C;
}
</style>
background-color css
<style>
a { background-color: #735F7C; }
a { background-color: rgb(115,95,124); }
div.DivClassName
{
background-color: #735F7C;
}
.BgClassName
{
background-color: #735F7C;
}
</style>
border-color css
<style>
span { border-color: #735F7C; }
span { border-color: rgb(115,95,124); }
td.TdClassName
{
border-color: #735F7C;
}
.TagClassName
{
border-color: #735F7C;
}
</style>