Shades of Rum #72607A
Tints of Rum #72607A
RGB
CMYK
RGB Variations
Color information
#72607A (or 0x72607A) is known color: Rum. HEX triplet: 72, 60 and 7A. RGB value is (114,96,122). Sum of RGB (Red+Green+Blue) = 114+96+122=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 122 - color contains mainly: blue. Hex color #72607A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72607A is #8D9F85. Grayscale: #686868. Windows color (decimal): -9281414 or 8020082. OLE color: 8020082.
HSL color Cylindrical-coordinate representation of color #72607A: 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 #72607A is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 96 | 122 | - |
| 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.64 | 13.35 | 20.22 | - |
| YUV | 104.35 | 137.96 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 96 | 122 | 0.07 | 0.21 | 0 | 0.52 | 281.54 | 0.12 | 0.43 |
| Hex | 72 | 60 | 7A | 7 | 15 | 0 | 34 | 11A | C | 2B |
| Octal | 162 | 140 | 172 | 7 | 25 | 0 | 64 | 432 | 14 | 53 |
| Binary | 1110010 | 1100000 | 1111010 | 111 | 10101 | 0 | 110100 | 100011010 | 1100 | 101011 |
Color Harmonies of #72607A
Complementary color
Monochromatic Colors of #72607A
Black with #72607A
Text Example
Text Example
White with #72607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72607A; }
p { color: rgb(114,96,122); }
H1.HeaderClassName
{
color: #72607A;
}
.AnyTagClassName
{
color: #72607A;
}
</style>
background-color css
<style>
a { background-color: #72607A; }
a { background-color: rgb(114,96,122); }
div.DivClassName
{
background-color: #72607A;
}
.BgClassName
{
background-color: #72607A;
}
</style>
border-color css
<style>
span { border-color: #72607A; }
span { border-color: rgb(114,96,122); }
td.TdClassName
{
border-color: #72607A;
}
.TagClassName
{
border-color: #72607A;
}
</style>