Shades of Rum #74597A
Tints of Rum #74597A
RGB
CMYK
RGB Variations
Color information
#74597A (or 0x74597A) is known color: Rum. HEX triplet: 74, 59 and 7A. RGB value is (116,89,122). Sum of RGB (Red+Green+Blue) = 116+89+122=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 122 - color contains mainly: blue. Hex color #74597A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74597A is #8BA685. Grayscale: #646464. Windows color (decimal): -9152134 or 8018292. OLE color: 8018292.
HSL color Cylindrical-coordinate representation of color #74597A: hue angle of 289.09º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74597A is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 89 | 122 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.52 |
| HSL | 289.09º | 0.16% | 0.41% | - |
| HSV(B) | 289.09º | 0.27% | 0.48% | - |
| XYZ | 14.29 | 12.26 | 20.03 | - |
| YUV | 100.84 | 139.95 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 122 | 0.05 | 0.27 | 0 | 0.52 | 289.09 | 0.16 | 0.41 |
| Hex | 74 | 59 | 7A | 5 | 1B | 0 | 34 | 121 | 10 | 29 |
| Octal | 164 | 131 | 172 | 5 | 33 | 0 | 64 | 441 | 20 | 51 |
| Binary | 1110100 | 1011001 | 1111010 | 101 | 11011 | 0 | 110100 | 100100001 | 10000 | 101001 |
Color Harmonies of #74597A
Complementary color
Monochromatic Colors of #74597A
Black with #74597A
Text Example
Text Example
White with #74597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74597A; }
p { color: rgb(116,89,122); }
H1.HeaderClassName
{
color: #74597A;
}
.AnyTagClassName
{
color: #74597A;
}
</style>
background-color css
<style>
a { background-color: #74597A; }
a { background-color: rgb(116,89,122); }
div.DivClassName
{
background-color: #74597A;
}
.BgClassName
{
background-color: #74597A;
}
</style>
border-color css
<style>
span { border-color: #74597A; }
span { border-color: rgb(116,89,122); }
td.TdClassName
{
border-color: #74597A;
}
.TagClassName
{
border-color: #74597A;
}
</style>