Shades of Rum #74627C
Tints of Rum #74627C
RGB
CMYK
RGB Variations
Color information
#74627C (or 0x74627C) is known color: Rum. HEX triplet: 74, 62 and 7C. RGB value is (116,98,124). Sum of RGB (Red+Green+Blue) = 116+98+124=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 124 - color contains mainly: blue. Hex color #74627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74627C is #8B9D83. Grayscale: #6A6A6A. Windows color (decimal): -9149828 or 8151668. OLE color: 8151668.
HSL color Cylindrical-coordinate representation of color #74627C: hue angle of 281.54º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #74627C is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 98 | 124 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.51 |
| HSL | 281.54º | 0.12% | 0.44% | - |
| HSV(B) | 281.54º | 0.21% | 0.49% | - |
| XYZ | 15.21 | 13.9 | 20.95 | - |
| YUV | 106.35 | 137.96 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 98 | 124 | 0.06 | 0.21 | 0 | 0.51 | 281.54 | 0.12 | 0.44 |
| Hex | 74 | 62 | 7C | 6 | 15 | 0 | 33 | 11A | C | 2C |
| Octal | 164 | 142 | 174 | 6 | 25 | 0 | 63 | 432 | 14 | 54 |
| Binary | 1110100 | 1100010 | 1111100 | 110 | 10101 | 0 | 110011 | 100011010 | 1100 | 101100 |
Color Harmonies of #74627C
Complementary color
Monochromatic Colors of #74627C
Black with #74627C
Text Example
Text Example
White with #74627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74627C; }
p { color: rgb(116,98,124); }
H1.HeaderClassName
{
color: #74627C;
}
.AnyTagClassName
{
color: #74627C;
}
</style>
background-color css
<style>
a { background-color: #74627C; }
a { background-color: rgb(116,98,124); }
div.DivClassName
{
background-color: #74627C;
}
.BgClassName
{
background-color: #74627C;
}
</style>
border-color css
<style>
span { border-color: #74627C; }
span { border-color: rgb(116,98,124); }
td.TdClassName
{
border-color: #74627C;
}
.TagClassName
{
border-color: #74627C;
}
</style>