Shades of Rum #745F7F
Tints of Rum #745F7F
RGB
CMYK
RGB Variations
Color information
#745F7F (or 0x745F7F) is known color: Rum. HEX triplet: 74, 5F and 7F. RGB value is (116,95,127). Sum of RGB (Red+Green+Blue) = 116+95+127=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 127 - color contains mainly: blue. Hex color #745F7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745F7F is #8BA080. Grayscale: #686868. Windows color (decimal): -9150593 or 8347508. OLE color: 8347508.
HSL color Cylindrical-coordinate representation of color #745F7F: hue angle of 279.38º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #745F7F is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 95 | 127 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.50 |
| HSL | 279.38º | 0.14% | 0.44% | - |
| HSV(B) | 279.38º | 0.25% | 0.5% | - |
| XYZ | 15.13 | 13.43 | 21.87 | - |
| YUV | 104.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 127 | 0.09 | 0.25 | 0 | 0.50 | 279.38 | 0.14 | 0.44 |
| Hex | 74 | 5F | 7F | 9 | 19 | 0 | 32 | 117 | E | 2C |
| Octal | 164 | 137 | 177 | 11 | 31 | 0 | 62 | 427 | 16 | 54 |
| Binary | 1110100 | 1011111 | 1111111 | 1001 | 11001 | 0 | 110010 | 100010111 | 1110 | 101100 |
Color Harmonies of #745F7F
Complementary color
Monochromatic Colors of #745F7F
Black with #745F7F
Text Example
Text Example
White with #745F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F7F; }
p { color: rgb(116,95,127); }
H1.HeaderClassName
{
color: #745F7F;
}
.AnyTagClassName
{
color: #745F7F;
}
</style>
background-color css
<style>
a { background-color: #745F7F; }
a { background-color: rgb(116,95,127); }
div.DivClassName
{
background-color: #745F7F;
}
.BgClassName
{
background-color: #745F7F;
}
</style>
border-color css
<style>
span { border-color: #745F7F; }
span { border-color: rgb(116,95,127); }
td.TdClassName
{
border-color: #745F7F;
}
.TagClassName
{
border-color: #745F7F;
}
</style>