Shades of Rum #72617C
Tints of Rum #72617C
RGB
CMYK
RGB Variations
Color information
#72617C (or 0x72617C) is known color: Rum. HEX triplet: 72, 61 and 7C. RGB value is (114,97,124). Sum of RGB (Red+Green+Blue) = 114+97+124=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 124 - color contains mainly: blue. Hex color #72617C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72617C is #8D9E83. Grayscale: #696969. Windows color (decimal): -9281156 or 8151410. OLE color: 8151410.
HSL color Cylindrical-coordinate representation of color #72617C: hue angle of 277.78º 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 #72617C is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 97 | 124 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.51 |
| HSL | 277.78º | 0.12% | 0.43% | - |
| HSV(B) | 277.78º | 0.22% | 0.49% | - |
| XYZ | 14.85 | 13.58 | 20.91 | - |
| YUV | 105.16 | 138.63 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 97 | 124 | 0.08 | 0.22 | 0 | 0.51 | 277.78 | 0.12 | 0.43 |
| Hex | 72 | 61 | 7C | 8 | 16 | 0 | 33 | 116 | C | 2B |
| Octal | 162 | 141 | 174 | 10 | 26 | 0 | 63 | 426 | 14 | 53 |
| Binary | 1110010 | 1100001 | 1111100 | 1000 | 10110 | 0 | 110011 | 100010110 | 1100 | 101011 |
Color Harmonies of #72617C
Complementary color
Monochromatic Colors of #72617C
Black with #72617C
Text Example
Text Example
White with #72617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72617C; }
p { color: rgb(114,97,124); }
H1.HeaderClassName
{
color: #72617C;
}
.AnyTagClassName
{
color: #72617C;
}
</style>
background-color css
<style>
a { background-color: #72617C; }
a { background-color: rgb(114,97,124); }
div.DivClassName
{
background-color: #72617C;
}
.BgClassName
{
background-color: #72617C;
}
</style>
border-color css
<style>
span { border-color: #72617C; }
span { border-color: rgb(114,97,124); }
td.TdClassName
{
border-color: #72617C;
}
.TagClassName
{
border-color: #72617C;
}
</style>