Shades of Rum #74617B
Tints of Rum #74617B
RGB
CMYK
RGB Variations
Color information
#74617B (or 0x74617B) is known color: Rum. HEX triplet: 74, 61 and 7B. RGB value is (116,97,123). Sum of RGB (Red+Green+Blue) = 116+97+123=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 123 - color contains mainly: blue. Hex color #74617B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74617B is #8B9E84. Grayscale: #696969. Windows color (decimal): -9150085 or 8085876. OLE color: 8085876.
HSL color Cylindrical-coordinate representation of color #74617B: hue angle of 283.85º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #74617B is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 97 | 123 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.52 |
| HSL | 283.85º | 0.12% | 0.43% | - |
| HSV(B) | 283.85º | 0.21% | 0.48% | - |
| XYZ | 15.05 | 13.69 | 20.59 | - |
| YUV | 105.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 123 | 0.06 | 0.21 | 0 | 0.52 | 283.85 | 0.12 | 0.43 |
| Hex | 74 | 61 | 7B | 6 | 15 | 0 | 34 | 11C | C | 2B |
| Octal | 164 | 141 | 173 | 6 | 25 | 0 | 64 | 434 | 14 | 53 |
| Binary | 1110100 | 1100001 | 1111011 | 110 | 10101 | 0 | 110100 | 100011100 | 1100 | 101011 |
Color Harmonies of #74617B
Complementary color
Monochromatic Colors of #74617B
Black with #74617B
Text Example
Text Example
White with #74617B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74617B; }
p { color: rgb(116,97,123); }
H1.HeaderClassName
{
color: #74617B;
}
.AnyTagClassName
{
color: #74617B;
}
</style>
background-color css
<style>
a { background-color: #74617B; }
a { background-color: rgb(116,97,123); }
div.DivClassName
{
background-color: #74617B;
}
.BgClassName
{
background-color: #74617B;
}
</style>
border-color css
<style>
span { border-color: #74617B; }
span { border-color: rgb(116,97,123); }
td.TdClassName
{
border-color: #74617B;
}
.TagClassName
{
border-color: #74617B;
}
</style>