Shades of Rum #74647B
Tints of Rum #74647B
RGB
CMYK
RGB Variations
Color information
#74647B (or 0x74647B) is known color: Rum. HEX triplet: 74, 64 and 7B. RGB value is (116,100,123). Sum of RGB (Red+Green+Blue) = 116+100+123=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 123 - color contains mainly: blue. Hex color #74647B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74647B is #8B9B84. Grayscale: #6B6B6B. Windows color (decimal): -9149317 or 8086644. OLE color: 8086644.
HSL color Cylindrical-coordinate representation of color #74647B: hue angle of 281.74º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #74647B is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 100 | 123 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.52 |
| HSL | 281.74º | 0.1% | 0.44% | - |
| HSV(B) | 281.74º | 0.19% | 0.48% | - |
| XYZ | 15.33 | 14.26 | 20.68 | - |
| YUV | 107.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 100 | 123 | 0.06 | 0.19 | 0 | 0.52 | 281.74 | 0.1 | 0.44 |
| Hex | 74 | 64 | 7B | 6 | 13 | 0 | 34 | 11A | A | 2C |
| Octal | 164 | 144 | 173 | 6 | 23 | 0 | 64 | 432 | 12 | 54 |
| Binary | 1110100 | 1100100 | 1111011 | 110 | 10011 | 0 | 110100 | 100011010 | 1010 | 101100 |
Color Harmonies of #74647B
Complementary color
Monochromatic Colors of #74647B
Black with #74647B
Text Example
Text Example
White with #74647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74647B; }
p { color: rgb(116,100,123); }
H1.HeaderClassName
{
color: #74647B;
}
.AnyTagClassName
{
color: #74647B;
}
</style>
background-color css
<style>
a { background-color: #74647B; }
a { background-color: rgb(116,100,123); }
div.DivClassName
{
background-color: #74647B;
}
.BgClassName
{
background-color: #74647B;
}
</style>
border-color css
<style>
span { border-color: #74647B; }
span { border-color: rgb(116,100,123); }
td.TdClassName
{
border-color: #74647B;
}
.TagClassName
{
border-color: #74647B;
}
</style>