Shades of Rum #747075
Tints of Rum #747075
RGB
CMYK
RGB Variations
Color information
#747075 (or 0x747075) is known color: Rum. HEX triplet: 74, 70 and 75. RGB value is (116,112,117). Sum of RGB (Red+Green+Blue) = 116+112+117=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 117 - color contains mainly: blue. Hex color #747075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747075 is #8B8F8A. Grayscale: #717171. Windows color (decimal): -9146251 or 7696500. OLE color: 7696500.
HSL color Cylindrical-coordinate representation of color #747075: hue angle of 288º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #747075 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 112 | 117 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.54 |
| HSL | 288º | 0.02% | 0.45% | - |
| HSV(B) | 288º | 0.04% | 0.46% | - |
| XYZ | 16.21 | 16.59 | 19.18 | - |
| YUV | 113.77 | 129.83 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 117 | 0.01 | 0.04 | 0 | 0.54 | 288 | 0.02 | 0.45 |
| Hex | 74 | 70 | 75 | 1 | 4 | 0 | 36 | 120 | 2 | 2D |
| Octal | 164 | 160 | 165 | 1 | 4 | 0 | 66 | 440 | 2 | 55 |
| Binary | 1110100 | 1110000 | 1110101 | 1 | 100 | 0 | 110110 | 100100000 | 10 | 101101 |
Color Harmonies of #747075
Complementary color
Monochromatic Colors of #747075
Black with #747075
Text Example
Text Example
White with #747075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747075; }
p { color: rgb(116,112,117); }
H1.HeaderClassName
{
color: #747075;
}
.AnyTagClassName
{
color: #747075;
}
</style>
background-color css
<style>
a { background-color: #747075; }
a { background-color: rgb(116,112,117); }
div.DivClassName
{
background-color: #747075;
}
.BgClassName
{
background-color: #747075;
}
</style>
border-color css
<style>
span { border-color: #747075; }
span { border-color: rgb(116,112,117); }
td.TdClassName
{
border-color: #747075;
}
.TagClassName
{
border-color: #747075;
}
</style>