Shades of Rum #74617D
Tints of Rum #74617D
RGB
CMYK
RGB Variations
Color information
#74617D (or 0x74617D) is known color: Rum. HEX triplet: 74, 61 and 7D. RGB value is (116,97,125). Sum of RGB (Red+Green+Blue) = 116+97+125=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 125 - color contains mainly: blue. Hex color #74617D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74617D is #8B9E82. Grayscale: #696969. Windows color (decimal): -9150083 or 8216948. OLE color: 8216948.
HSL color Cylindrical-coordinate representation of color #74617D: hue angle of 280.71º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #74617D is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 97 | 125 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.51 |
| HSL | 280.71º | 0.13% | 0.44% | - |
| HSV(B) | 280.71º | 0.22% | 0.49% | - |
| XYZ | 15.18 | 13.74 | 21.25 | - |
| YUV | 105.87 | 138.79 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 125 | 0.07 | 0.22 | 0 | 0.51 | 280.71 | 0.13 | 0.44 |
| Hex | 74 | 61 | 7D | 7 | 16 | 0 | 33 | 119 | D | 2C |
| Octal | 164 | 141 | 175 | 7 | 26 | 0 | 63 | 431 | 15 | 54 |
| Binary | 1110100 | 1100001 | 1111101 | 111 | 10110 | 0 | 110011 | 100011001 | 1101 | 101100 |
Color Harmonies of #74617D
Complementary color
Monochromatic Colors of #74617D
Black with #74617D
Text Example
Text Example
White with #74617D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74617D; }
p { color: rgb(116,97,125); }
H1.HeaderClassName
{
color: #74617D;
}
.AnyTagClassName
{
color: #74617D;
}
</style>
background-color css
<style>
a { background-color: #74617D; }
a { background-color: rgb(116,97,125); }
div.DivClassName
{
background-color: #74617D;
}
.BgClassName
{
background-color: #74617D;
}
</style>
border-color css
<style>
span { border-color: #74617D; }
span { border-color: rgb(116,97,125); }
td.TdClassName
{
border-color: #74617D;
}
.TagClassName
{
border-color: #74617D;
}
</style>