Shades of Rum #74647C
Tints of Rum #74647C
RGB
CMYK
RGB Variations
Color information
#74647C (or 0x74647C) is known color: Rum. HEX triplet: 74, 64 and 7C. RGB value is (116,100,124). Sum of RGB (Red+Green+Blue) = 116+100+124=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 124 - color contains mainly: blue. Hex color #74647C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74647C is #8B9B83. Grayscale: #6B6B6B. Windows color (decimal): -9149316 or 8152180. OLE color: 8152180.
HSL color Cylindrical-coordinate representation of color #74647C: hue angle of 280º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #74647C is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 100 | 124 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.51 |
| HSL | 280º | 0.11% | 0.44% | - |
| HSV(B) | 280º | 0.19% | 0.49% | - |
| XYZ | 15.4 | 14.28 | 21.01 | - |
| YUV | 107.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 100 | 124 | 0.06 | 0.19 | 0 | 0.51 | 280 | 0.11 | 0.44 |
| Hex | 74 | 64 | 7C | 6 | 13 | 0 | 33 | 118 | B | 2C |
| Octal | 164 | 144 | 174 | 6 | 23 | 0 | 63 | 430 | 13 | 54 |
| Binary | 1110100 | 1100100 | 1111100 | 110 | 10011 | 0 | 110011 | 100011000 | 1011 | 101100 |
Color Harmonies of #74647C
Complementary color
Monochromatic Colors of #74647C
Black with #74647C
Text Example
Text Example
White with #74647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74647C; }
p { color: rgb(116,100,124); }
H1.HeaderClassName
{
color: #74647C;
}
.AnyTagClassName
{
color: #74647C;
}
</style>
background-color css
<style>
a { background-color: #74647C; }
a { background-color: rgb(116,100,124); }
div.DivClassName
{
background-color: #74647C;
}
.BgClassName
{
background-color: #74647C;
}
</style>
border-color css
<style>
span { border-color: #74647C; }
span { border-color: rgb(116,100,124); }
td.TdClassName
{
border-color: #74647C;
}
.TagClassName
{
border-color: #74647C;
}
</style>