Shades of Rum #74607C
Tints of Rum #74607C
RGB
CMYK
RGB Variations
Color information
#74607C (or 0x74607C) is known color: Rum. HEX triplet: 74, 60 and 7C. RGB value is (116,96,124). Sum of RGB (Red+Green+Blue) = 116+96+124=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 124 - color contains mainly: blue. Hex color #74607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74607C is #8B9F83. Grayscale: #696969. Windows color (decimal): -9150340 or 8151156. OLE color: 8151156.
HSL color Cylindrical-coordinate representation of color #74607C: hue angle of 282.86º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #74607C is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 96 | 124 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.51 |
| HSL | 282.86º | 0.13% | 0.43% | - |
| HSV(B) | 282.86º | 0.23% | 0.49% | - |
| XYZ | 15.02 | 13.53 | 20.89 | - |
| YUV | 105.17 | 138.63 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 96 | 124 | 0.06 | 0.23 | 0 | 0.51 | 282.86 | 0.13 | 0.43 |
| Hex | 74 | 60 | 7C | 6 | 17 | 0 | 33 | 11B | D | 2B |
| Octal | 164 | 140 | 174 | 6 | 27 | 0 | 63 | 433 | 15 | 53 |
| Binary | 1110100 | 1100000 | 1111100 | 110 | 10111 | 0 | 110011 | 100011011 | 1101 | 101011 |
Color Harmonies of #74607C
Complementary color
Monochromatic Colors of #74607C
Black with #74607C
Text Example
Text Example
White with #74607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74607C; }
p { color: rgb(116,96,124); }
H1.HeaderClassName
{
color: #74607C;
}
.AnyTagClassName
{
color: #74607C;
}
</style>
background-color css
<style>
a { background-color: #74607C; }
a { background-color: rgb(116,96,124); }
div.DivClassName
{
background-color: #74607C;
}
.BgClassName
{
background-color: #74607C;
}
</style>
border-color css
<style>
span { border-color: #74607C; }
span { border-color: rgb(116,96,124); }
td.TdClassName
{
border-color: #74607C;
}
.TagClassName
{
border-color: #74607C;
}
</style>