Shades of Rum #74617E
Tints of Rum #74617E
RGB
CMYK
RGB Variations
Color information
#74617E (or 0x74617E) is known color: Rum. HEX triplet: 74, 61 and 7E. RGB value is (116,97,126). Sum of RGB (Red+Green+Blue) = 116+97+126=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 126 - color contains mainly: blue. Hex color #74617E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74617E is #8B9E81. Grayscale: #696969. Windows color (decimal): -9150082 or 8282484. OLE color: 8282484.
HSL color Cylindrical-coordinate representation of color #74617E: hue angle of 279.31º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #74617E is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 97 | 126 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.51 |
| HSL | 279.31º | 0.13% | 0.44% | - |
| HSV(B) | 279.31º | 0.23% | 0.49% | - |
| XYZ | 15.24 | 13.77 | 21.59 | - |
| YUV | 105.99 | 139.29 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 126 | 0.08 | 0.23 | 0 | 0.51 | 279.31 | 0.13 | 0.44 |
| Hex | 74 | 61 | 7E | 8 | 17 | 0 | 33 | 117 | D | 2C |
| Octal | 164 | 141 | 176 | 10 | 27 | 0 | 63 | 427 | 15 | 54 |
| Binary | 1110100 | 1100001 | 1111110 | 1000 | 10111 | 0 | 110011 | 100010111 | 1101 | 101100 |
Color Harmonies of #74617E
Complementary color
Monochromatic Colors of #74617E
Black with #74617E
Text Example
Text Example
White with #74617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74617E; }
p { color: rgb(116,97,126); }
H1.HeaderClassName
{
color: #74617E;
}
.AnyTagClassName
{
color: #74617E;
}
</style>
background-color css
<style>
a { background-color: #74617E; }
a { background-color: rgb(116,97,126); }
div.DivClassName
{
background-color: #74617E;
}
.BgClassName
{
background-color: #74617E;
}
</style>
border-color css
<style>
span { border-color: #74617E; }
span { border-color: rgb(116,97,126); }
td.TdClassName
{
border-color: #74617E;
}
.TagClassName
{
border-color: #74617E;
}
</style>