Shades of Rum #73617C
Tints of Rum #73617C
RGB
CMYK
RGB Variations
Color information
#73617C (or 0x73617C) is known color: Rum. HEX triplet: 73, 61 and 7C. RGB value is (115,97,124). Sum of RGB (Red+Green+Blue) = 115+97+124=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 124 - color contains mainly: blue. Hex color #73617C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73617C is #8C9E83. Grayscale: #696969. Windows color (decimal): -9215620 or 8151411. OLE color: 8151411.
HSL color Cylindrical-coordinate representation of color #73617C: hue angle of 280º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #73617C is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 97 | 124 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.51 |
| HSL | 280º | 0.12% | 0.43% | - |
| HSV(B) | 280º | 0.22% | 0.49% | - |
| XYZ | 14.98 | 13.65 | 20.91 | - |
| YUV | 105.46 | 138.46 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 97 | 124 | 0.07 | 0.22 | 0 | 0.51 | 280 | 0.12 | 0.43 |
| Hex | 73 | 61 | 7C | 7 | 16 | 0 | 33 | 118 | C | 2B |
| Octal | 163 | 141 | 174 | 7 | 26 | 0 | 63 | 430 | 14 | 53 |
| Binary | 1110011 | 1100001 | 1111100 | 111 | 10110 | 0 | 110011 | 100011000 | 1100 | 101011 |
Color Harmonies of #73617C
Complementary color
Monochromatic Colors of #73617C
Black with #73617C
Text Example
Text Example
White with #73617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73617C; }
p { color: rgb(115,97,124); }
H1.HeaderClassName
{
color: #73617C;
}
.AnyTagClassName
{
color: #73617C;
}
</style>
background-color css
<style>
a { background-color: #73617C; }
a { background-color: rgb(115,97,124); }
div.DivClassName
{
background-color: #73617C;
}
.BgClassName
{
background-color: #73617C;
}
</style>
border-color css
<style>
span { border-color: #73617C; }
span { border-color: rgb(115,97,124); }
td.TdClassName
{
border-color: #73617C;
}
.TagClassName
{
border-color: #73617C;
}
</style>