Shades of Rum #72647A
Tints of Rum #72647A
RGB
CMYK
RGB Variations
Color information
#72647A (or 0x72647A) is known color: Rum. HEX triplet: 72, 64 and 7A. RGB value is (114,100,122). Sum of RGB (Red+Green+Blue) = 114+100+122=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 122 - color contains mainly: blue. Hex color #72647A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72647A is #8D9B85. Grayscale: #6A6A6A. Windows color (decimal): -9280390 or 8021106. OLE color: 8021106.
HSL color Cylindrical-coordinate representation of color #72647A: hue angle of 278.18º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #72647A is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 100 | 122 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.52 |
| HSL | 278.18º | 0.1% | 0.44% | - |
| HSV(B) | 278.18º | 0.18% | 0.48% | - |
| XYZ | 15.01 | 14.1 | 20.34 | - |
| YUV | 106.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 100 | 122 | 0.07 | 0.18 | 0 | 0.52 | 278.18 | 0.1 | 0.44 |
| Hex | 72 | 64 | 7A | 7 | 12 | 0 | 34 | 116 | A | 2C |
| Octal | 162 | 144 | 172 | 7 | 22 | 0 | 64 | 426 | 12 | 54 |
| Binary | 1110010 | 1100100 | 1111010 | 111 | 10010 | 0 | 110100 | 100010110 | 1010 | 101100 |
Color Harmonies of #72647A
Complementary color
Monochromatic Colors of #72647A
Black with #72647A
Text Example
Text Example
White with #72647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72647A; }
p { color: rgb(114,100,122); }
H1.HeaderClassName
{
color: #72647A;
}
.AnyTagClassName
{
color: #72647A;
}
</style>
background-color css
<style>
a { background-color: #72647A; }
a { background-color: rgb(114,100,122); }
div.DivClassName
{
background-color: #72647A;
}
.BgClassName
{
background-color: #72647A;
}
</style>
border-color css
<style>
span { border-color: #72647A; }
span { border-color: rgb(114,100,122); }
td.TdClassName
{
border-color: #72647A;
}
.TagClassName
{
border-color: #72647A;
}
</style>