Shades of Rum #73667A
Tints of Rum #73667A
RGB
CMYK
RGB Variations
Color information
#73667A (or 0x73667A) is known color: Rum. HEX triplet: 73, 66 and 7A. RGB value is (115,102,122). Sum of RGB (Red+Green+Blue) = 115+102+122=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 122 - color contains mainly: blue. Hex color #73667A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73667A is #8C9985. Grayscale: #6C6C6C. Windows color (decimal): -9214342 or 8021619. OLE color: 8021619.
HSL color Cylindrical-coordinate representation of color #73667A: hue angle of 279º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #73667A is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 102 | 122 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.52 |
| HSL | 279º | 0.09% | 0.44% | - |
| HSV(B) | 279º | 0.16% | 0.48% | - |
| XYZ | 15.33 | 14.55 | 20.41 | - |
| YUV | 108.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 102 | 122 | 0.06 | 0.16 | 0 | 0.52 | 279 | 0.09 | 0.44 |
| Hex | 73 | 66 | 7A | 6 | 10 | 0 | 34 | 117 | 9 | 2C |
| Octal | 163 | 146 | 172 | 6 | 20 | 0 | 64 | 427 | 11 | 54 |
| Binary | 1110011 | 1100110 | 1111010 | 110 | 10000 | 0 | 110100 | 100010111 | 1001 | 101100 |
Color Harmonies of #73667A
Complementary color
Monochromatic Colors of #73667A
Black with #73667A
Text Example
Text Example
White with #73667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73667A; }
p { color: rgb(115,102,122); }
H1.HeaderClassName
{
color: #73667A;
}
.AnyTagClassName
{
color: #73667A;
}
</style>
background-color css
<style>
a { background-color: #73667A; }
a { background-color: rgb(115,102,122); }
div.DivClassName
{
background-color: #73667A;
}
.BgClassName
{
background-color: #73667A;
}
</style>
border-color css
<style>
span { border-color: #73667A; }
span { border-color: rgb(115,102,122); }
td.TdClassName
{
border-color: #73667A;
}
.TagClassName
{
border-color: #73667A;
}
</style>