Shades of Rum #73617B
Tints of Rum #73617B
RGB
CMYK
RGB Variations
Color information
#73617B (or 0x73617B) is known color: Rum. HEX triplet: 73, 61 and 7B. RGB value is (115,97,123). Sum of RGB (Red+Green+Blue) = 115+97+123=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 123 - color contains mainly: blue. Hex color #73617B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73617B is #8C9E84. Grayscale: #696969. Windows color (decimal): -9215621 or 8085875. OLE color: 8085875.
HSL color Cylindrical-coordinate representation of color #73617B: hue angle of 281.54º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #73617B is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 97 | 123 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.52 |
| HSL | 281.54º | 0.12% | 0.43% | - |
| HSV(B) | 281.54º | 0.21% | 0.48% | - |
| XYZ | 14.92 | 13.62 | 20.58 | - |
| YUV | 105.35 | 137.96 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 97 | 123 | 0.07 | 0.21 | 0 | 0.52 | 281.54 | 0.12 | 0.43 |
| Hex | 73 | 61 | 7B | 7 | 15 | 0 | 34 | 11A | C | 2B |
| Octal | 163 | 141 | 173 | 7 | 25 | 0 | 64 | 432 | 14 | 53 |
| Binary | 1110011 | 1100001 | 1111011 | 111 | 10101 | 0 | 110100 | 100011010 | 1100 | 101011 |
Color Harmonies of #73617B
Complementary color
Monochromatic Colors of #73617B
Black with #73617B
Text Example
Text Example
White with #73617B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73617B; }
p { color: rgb(115,97,123); }
H1.HeaderClassName
{
color: #73617B;
}
.AnyTagClassName
{
color: #73617B;
}
</style>
background-color css
<style>
a { background-color: #73617B; }
a { background-color: rgb(115,97,123); }
div.DivClassName
{
background-color: #73617B;
}
.BgClassName
{
background-color: #73617B;
}
</style>
border-color css
<style>
span { border-color: #73617B; }
span { border-color: rgb(115,97,123); }
td.TdClassName
{
border-color: #73617B;
}
.TagClassName
{
border-color: #73617B;
}
</style>