Shades of Rum #745C7B
Tints of Rum #745C7B
RGB
CMYK
RGB Variations
Color information
#745C7B (or 0x745C7B) is known color: Rum. HEX triplet: 74, 5C and 7B. RGB value is (116,92,123). Sum of RGB (Red+Green+Blue) = 116+92+123=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 123 - color contains mainly: blue. Hex color #745C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C7B is #8BA384. Grayscale: #666666. Windows color (decimal): -9151365 or 8084596. OLE color: 8084596.
HSL color Cylindrical-coordinate representation of color #745C7B: hue angle of 286.45º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #745C7B is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 92 | 123 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.52 |
| HSL | 286.45º | 0.14% | 0.42% | - |
| HSV(B) | 286.45º | 0.25% | 0.48% | - |
| XYZ | 14.6 | 12.8 | 20.44 | - |
| YUV | 102.71 | 139.45 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 123 | 0.06 | 0.25 | 0 | 0.52 | 286.45 | 0.14 | 0.42 |
| Hex | 74 | 5C | 7B | 6 | 19 | 0 | 34 | 11E | E | 2A |
| Octal | 164 | 134 | 173 | 6 | 31 | 0 | 64 | 436 | 16 | 52 |
| Binary | 1110100 | 1011100 | 1111011 | 110 | 11001 | 0 | 110100 | 100011110 | 1110 | 101010 |
Color Harmonies of #745C7B
Complementary color
Monochromatic Colors of #745C7B
Black with #745C7B
Text Example
Text Example
White with #745C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745C7B; }
p { color: rgb(116,92,123); }
H1.HeaderClassName
{
color: #745C7B;
}
.AnyTagClassName
{
color: #745C7B;
}
</style>
background-color css
<style>
a { background-color: #745C7B; }
a { background-color: rgb(116,92,123); }
div.DivClassName
{
background-color: #745C7B;
}
.BgClassName
{
background-color: #745C7B;
}
</style>
border-color css
<style>
span { border-color: #745C7B; }
span { border-color: rgb(116,92,123); }
td.TdClassName
{
border-color: #745C7B;
}
.TagClassName
{
border-color: #745C7B;
}
</style>