Shades of Rum #765A7C
Tints of Rum #765A7C
RGB
CMYK
RGB Variations
Color information
#765A7C (or 0x765A7C) is known color: Rum. HEX triplet: 76, 5A and 7C. RGB value is (118,90,124). Sum of RGB (Red+Green+Blue) = 118+90+124=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 124 - color contains mainly: blue. Hex color #765A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765A7C is #89A583. Grayscale: #666666. Windows color (decimal): -9020804 or 8149622. OLE color: 8149622.
HSL color Cylindrical-coordinate representation of color #765A7C: hue angle of 289.41º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #765A7C is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 90 | 124 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.51 |
| HSL | 289.41º | 0.16% | 0.42% | - |
| HSV(B) | 289.41º | 0.27% | 0.49% | - |
| XYZ | 14.77 | 12.62 | 20.73 | - |
| YUV | 102.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 124 | 0.05 | 0.27 | 0 | 0.51 | 289.41 | 0.16 | 0.42 |
| Hex | 76 | 5A | 7C | 5 | 1B | 0 | 33 | 121 | 10 | 2A |
| Octal | 166 | 132 | 174 | 5 | 33 | 0 | 63 | 441 | 20 | 52 |
| Binary | 1110110 | 1011010 | 1111100 | 101 | 11011 | 0 | 110011 | 100100001 | 10000 | 101010 |
Color Harmonies of #765A7C
Complementary color
Monochromatic Colors of #765A7C
Black with #765A7C
Text Example
Text Example
White with #765A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765A7C; }
p { color: rgb(118,90,124); }
H1.HeaderClassName
{
color: #765A7C;
}
.AnyTagClassName
{
color: #765A7C;
}
</style>
background-color css
<style>
a { background-color: #765A7C; }
a { background-color: rgb(118,90,124); }
div.DivClassName
{
background-color: #765A7C;
}
.BgClassName
{
background-color: #765A7C;
}
</style>
border-color css
<style>
span { border-color: #765A7C; }
span { border-color: rgb(118,90,124); }
td.TdClassName
{
border-color: #765A7C;
}
.TagClassName
{
border-color: #765A7C;
}
</style>