Shades of Rum #745F77
Tints of Rum #745F77
RGB
CMYK
RGB Variations
Color information
#745F77 (or 0x745F77) is known color: Rum. HEX triplet: 74, 5F and 77. RGB value is (116,95,119). Sum of RGB (Red+Green+Blue) = 116+95+119=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 119 - color contains mainly: blue. Hex color #745F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745F77 is #8BA088. Grayscale: #676767. Windows color (decimal): -9150601 or 7823220. OLE color: 7823220.
HSL color Cylindrical-coordinate representation of color #745F77: hue angle of 292.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #745F77 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 95 | 119 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.53 |
| HSL | 292.5º | 0.11% | 0.42% | - |
| HSV(B) | 292.5º | 0.2% | 0.47% | - |
| XYZ | 14.62 | 13.23 | 19.24 | - |
| YUV | 104.02 | 136.46 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 119 | 0.03 | 0.20 | 0 | 0.53 | 292.5 | 0.11 | 0.42 |
| Hex | 74 | 5F | 77 | 3 | 14 | 0 | 35 | 124 | B | 2A |
| Octal | 164 | 137 | 167 | 3 | 24 | 0 | 65 | 444 | 13 | 52 |
| Binary | 1110100 | 1011111 | 1110111 | 11 | 10100 | 0 | 110101 | 100100100 | 1011 | 101010 |
Color Harmonies of #745F77
Complementary color
Monochromatic Colors of #745F77
Black with #745F77
Text Example
Text Example
White with #745F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F77; }
p { color: rgb(116,95,119); }
H1.HeaderClassName
{
color: #745F77;
}
.AnyTagClassName
{
color: #745F77;
}
</style>
background-color css
<style>
a { background-color: #745F77; }
a { background-color: rgb(116,95,119); }
div.DivClassName
{
background-color: #745F77;
}
.BgClassName
{
background-color: #745F77;
}
</style>
border-color css
<style>
span { border-color: #745F77; }
span { border-color: rgb(116,95,119); }
td.TdClassName
{
border-color: #745F77;
}
.TagClassName
{
border-color: #745F77;
}
</style>