Shades of Rum #716B73
Tints of Rum #716B73
RGB
CMYK
RGB Variations
Color information
#716B73 (or 0x716B73) is known color: Rum. HEX triplet: 71, 6B and 73. RGB value is (113,107,115). Sum of RGB (Red+Green+Blue) = 113+107+115=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 115 - color contains mainly: blue. Hex color #716B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B73 is #8E948C. Grayscale: #6D6D6D. Windows color (decimal): -9344141 or 7564145. OLE color: 7564145.
HSL color Cylindrical-coordinate representation of color #716B73: 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 #716B73 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 107 | 115 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.55 |
| HSL | 285º | 0.04% | 0.44% | - |
| HSV(B) | 285º | 0.07% | 0.45% | - |
| XYZ | 15.16 | 15.26 | 18.37 | - |
| YUV | 109.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 115 | 0.02 | 0.07 | 0 | 0.55 | 285 | 0.04 | 0.44 |
| Hex | 71 | 6B | 73 | 2 | 7 | 0 | 37 | 11D | 4 | 2C |
| Octal | 161 | 153 | 163 | 2 | 7 | 0 | 67 | 435 | 4 | 54 |
| Binary | 1110001 | 1101011 | 1110011 | 10 | 111 | 0 | 110111 | 100011101 | 100 | 101100 |
Color Harmonies of #716B73
Complementary color
Monochromatic Colors of #716B73
Black with #716B73
Text Example
Text Example
White with #716B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716B73; }
p { color: rgb(113,107,115); }
H1.HeaderClassName
{
color: #716B73;
}
.AnyTagClassName
{
color: #716B73;
}
</style>
background-color css
<style>
a { background-color: #716B73; }
a { background-color: rgb(113,107,115); }
div.DivClassName
{
background-color: #716B73;
}
.BgClassName
{
background-color: #716B73;
}
</style>
border-color css
<style>
span { border-color: #716B73; }
span { border-color: rgb(113,107,115); }
td.TdClassName
{
border-color: #716B73;
}
.TagClassName
{
border-color: #716B73;
}
</style>