Shades of Rum #72627A
Tints of Rum #72627A
RGB
CMYK
RGB Variations
Color information
#72627A (or 0x72627A) is known color: Rum. HEX triplet: 72, 62 and 7A. RGB value is (114,98,122). Sum of RGB (Red+Green+Blue) = 114+98+122=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 122 - color contains mainly: blue. Hex color #72627A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72627A is #8D9D85. Grayscale: #696969. Windows color (decimal): -9280902 or 8020594. OLE color: 8020594.
HSL color Cylindrical-coordinate representation of color #72627A: hue angle of 280º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #72627A is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 98 | 122 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.52 |
| HSL | 280º | 0.11% | 0.43% | - |
| HSV(B) | 280º | 0.2% | 0.48% | - |
| XYZ | 14.82 | 13.72 | 20.28 | - |
| YUV | 105.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 122 | 0.07 | 0.20 | 0 | 0.52 | 280 | 0.11 | 0.43 |
| Hex | 72 | 62 | 7A | 7 | 14 | 0 | 34 | 118 | B | 2B |
| Octal | 162 | 142 | 172 | 7 | 24 | 0 | 64 | 430 | 13 | 53 |
| Binary | 1110010 | 1100010 | 1111010 | 111 | 10100 | 0 | 110100 | 100011000 | 1011 | 101011 |
Color Harmonies of #72627A
Complementary color
Monochromatic Colors of #72627A
Black with #72627A
Text Example
Text Example
White with #72627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72627A; }
p { color: rgb(114,98,122); }
H1.HeaderClassName
{
color: #72627A;
}
.AnyTagClassName
{
color: #72627A;
}
</style>
background-color css
<style>
a { background-color: #72627A; }
a { background-color: rgb(114,98,122); }
div.DivClassName
{
background-color: #72627A;
}
.BgClassName
{
background-color: #72627A;
}
</style>
border-color css
<style>
span { border-color: #72627A; }
span { border-color: rgb(114,98,122); }
td.TdClassName
{
border-color: #72627A;
}
.TagClassName
{
border-color: #72627A;
}
</style>