Shades of Rum #74587A
Tints of Rum #74587A
RGB
CMYK
RGB Variations
Color information
#74587A (or 0x74587A) is known color: Rum. HEX triplet: 74, 58 and 7A. RGB value is (116,88,122). Sum of RGB (Red+Green+Blue) = 116+88+122=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 122 - color contains mainly: blue. Hex color #74587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74587A is #8BA785. Grayscale: #646464. Windows color (decimal): -9152390 or 8018036. OLE color: 8018036.
HSL color Cylindrical-coordinate representation of color #74587A: hue angle of 289.41º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #74587A is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 88 | 122 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.52 |
| HSL | 289.41º | 0.16% | 0.41% | - |
| HSV(B) | 289.41º | 0.28% | 0.48% | - |
| XYZ | 14.21 | 12.1 | 20 | - |
| YUV | 100.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 88 | 122 | 0.05 | 0.28 | 0 | 0.52 | 289.41 | 0.16 | 0.41 |
| Hex | 74 | 58 | 7A | 5 | 1C | 0 | 34 | 121 | 10 | 29 |
| Octal | 164 | 130 | 172 | 5 | 34 | 0 | 64 | 441 | 20 | 51 |
| Binary | 1110100 | 1011000 | 1111010 | 101 | 11100 | 0 | 110100 | 100100001 | 10000 | 101001 |
Color Harmonies of #74587A
Complementary color
Monochromatic Colors of #74587A
Black with #74587A
Text Example
Text Example
White with #74587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74587A; }
p { color: rgb(116,88,122); }
H1.HeaderClassName
{
color: #74587A;
}
.AnyTagClassName
{
color: #74587A;
}
</style>
background-color css
<style>
a { background-color: #74587A; }
a { background-color: rgb(116,88,122); }
div.DivClassName
{
background-color: #74587A;
}
.BgClassName
{
background-color: #74587A;
}
</style>
border-color css
<style>
span { border-color: #74587A; }
span { border-color: rgb(116,88,122); }
td.TdClassName
{
border-color: #74587A;
}
.TagClassName
{
border-color: #74587A;
}
</style>