Shades of Rum #74617C
Tints of Rum #74617C
RGB
CMYK
RGB Variations
Color information
#74617C (or 0x74617C) is known color: Rum. HEX triplet: 74, 61 and 7C. RGB value is (116,97,124). Sum of RGB (Red+Green+Blue) = 116+97+124=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 124 - color contains mainly: blue. Hex color #74617C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74617C is #8B9E83. Grayscale: #696969. Windows color (decimal): -9150084 or 8151412. OLE color: 8151412.
HSL color Cylindrical-coordinate representation of color #74617C: hue angle of 282.22º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #74617C is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 97 | 124 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.51 |
| HSL | 282.22º | 0.12% | 0.43% | - |
| HSV(B) | 282.22º | 0.22% | 0.49% | - |
| XYZ | 15.12 | 13.72 | 20.92 | - |
| YUV | 105.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 124 | 0.06 | 0.22 | 0 | 0.51 | 282.22 | 0.12 | 0.43 |
| Hex | 74 | 61 | 7C | 6 | 16 | 0 | 33 | 11A | C | 2B |
| Octal | 164 | 141 | 174 | 6 | 26 | 0 | 63 | 432 | 14 | 53 |
| Binary | 1110100 | 1100001 | 1111100 | 110 | 10110 | 0 | 110011 | 100011010 | 1100 | 101011 |
Color Harmonies of #74617C
Complementary color
Monochromatic Colors of #74617C
Black with #74617C
Text Example
Text Example
White with #74617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74617C; }
p { color: rgb(116,97,124); }
H1.HeaderClassName
{
color: #74617C;
}
.AnyTagClassName
{
color: #74617C;
}
</style>
background-color css
<style>
a { background-color: #74617C; }
a { background-color: rgb(116,97,124); }
div.DivClassName
{
background-color: #74617C;
}
.BgClassName
{
background-color: #74617C;
}
</style>
border-color css
<style>
span { border-color: #74617C; }
span { border-color: rgb(116,97,124); }
td.TdClassName
{
border-color: #74617C;
}
.TagClassName
{
border-color: #74617C;
}
</style>