Shades of Rum #726C74
Tints of Rum #726C74
RGB
CMYK
RGB Variations
Color information
#726C74 (or 0x726C74) is known color: Rum. HEX triplet: 72, 6C and 74. RGB value is (114,108,116). Sum of RGB (Red+Green+Blue) = 114+108+116=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 116 - color contains mainly: blue. Hex color #726C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C74 is #8D938B. Grayscale: #6E6E6E. Windows color (decimal): -9278348 or 7629938. OLE color: 7629938.
HSL color Cylindrical-coordinate representation of color #726C74: hue angle of 285º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #726C74 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 108 | 116 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.55 |
| HSL | 285º | 0.04% | 0.44% | - |
| HSV(B) | 285º | 0.07% | 0.45% | - |
| XYZ | 15.45 | 15.56 | 18.71 | - |
| YUV | 110.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 116 | 0.02 | 0.07 | 0 | 0.55 | 285 | 0.04 | 0.44 |
| Hex | 72 | 6C | 74 | 2 | 7 | 0 | 37 | 11D | 4 | 2C |
| Octal | 162 | 154 | 164 | 2 | 7 | 0 | 67 | 435 | 4 | 54 |
| Binary | 1110010 | 1101100 | 1110100 | 10 | 111 | 0 | 110111 | 100011101 | 100 | 101100 |
Color Harmonies of #726C74
Complementary color
Monochromatic Colors of #726C74
Black with #726C74
Text Example
Text Example
White with #726C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C74; }
p { color: rgb(114,108,116); }
H1.HeaderClassName
{
color: #726C74;
}
.AnyTagClassName
{
color: #726C74;
}
</style>
background-color css
<style>
a { background-color: #726C74; }
a { background-color: rgb(114,108,116); }
div.DivClassName
{
background-color: #726C74;
}
.BgClassName
{
background-color: #726C74;
}
</style>
border-color css
<style>
span { border-color: #726C74; }
span { border-color: rgb(114,108,116); }
td.TdClassName
{
border-color: #726C74;
}
.TagClassName
{
border-color: #726C74;
}
</style>