Shades of Rum #73637A
Tints of Rum #73637A
RGB
CMYK
RGB Variations
Color information
#73637A (or 0x73637A) is known color: Rum. HEX triplet: 73, 63 and 7A. RGB value is (115,99,122). Sum of RGB (Red+Green+Blue) = 115+99+122=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 99 (39.06% from 255 or 29.46% 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 #73637A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73637A is #8C9C85. Grayscale: #6A6A6A. Windows color (decimal): -9215110 or 8020851. OLE color: 8020851.
HSL color Cylindrical-coordinate representation of color #73637A: hue angle of 281.74º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #73637A is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 99 | 122 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.52 |
| HSL | 281.74º | 0.1% | 0.43% | - |
| HSV(B) | 281.74º | 0.19% | 0.48% | - |
| XYZ | 15.04 | 13.97 | 20.32 | - |
| YUV | 106.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 99 | 122 | 0.06 | 0.19 | 0 | 0.52 | 281.74 | 0.1 | 0.43 |
| Hex | 73 | 63 | 7A | 6 | 13 | 0 | 34 | 11A | A | 2B |
| Octal | 163 | 143 | 172 | 6 | 23 | 0 | 64 | 432 | 12 | 53 |
| Binary | 1110011 | 1100011 | 1111010 | 110 | 10011 | 0 | 110100 | 100011010 | 1010 | 101011 |
Color Harmonies of #73637A
Complementary color
Monochromatic Colors of #73637A
Black with #73637A
Text Example
Text Example
White with #73637A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73637A; }
p { color: rgb(115,99,122); }
H1.HeaderClassName
{
color: #73637A;
}
.AnyTagClassName
{
color: #73637A;
}
</style>
background-color css
<style>
a { background-color: #73637A; }
a { background-color: rgb(115,99,122); }
div.DivClassName
{
background-color: #73637A;
}
.BgClassName
{
background-color: #73637A;
}
</style>
border-color css
<style>
span { border-color: #73637A; }
span { border-color: rgb(115,99,122); }
td.TdClassName
{
border-color: #73637A;
}
.TagClassName
{
border-color: #73637A;
}
</style>