Shades of Rum #765B7D
Tints of Rum #765B7D
RGB
CMYK
RGB Variations
Color information
#765B7D (or 0x765B7D) is known color: Rum. HEX triplet: 76, 5B and 7D. RGB value is (118,91,125). Sum of RGB (Red+Green+Blue) = 118+91+125=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 125 - color contains mainly: blue. Hex color #765B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765B7D is #89A482. Grayscale: #666666. Windows color (decimal): -9020547 or 8215414. OLE color: 8215414.
HSL color Cylindrical-coordinate representation of color #765B7D: hue angle of 287.65º 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 #765B7D is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 91 | 125 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.51 |
| HSL | 287.65º | 0.16% | 0.42% | - |
| HSV(B) | 287.65º | 0.27% | 0.49% | - |
| XYZ | 14.91 | 12.81 | 21.09 | - |
| YUV | 102.95 | 140.45 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 125 | 0.06 | 0.27 | 0 | 0.51 | 287.65 | 0.16 | 0.42 |
| Hex | 76 | 5B | 7D | 6 | 1B | 0 | 33 | 120 | 10 | 2A |
| Octal | 166 | 133 | 175 | 6 | 33 | 0 | 63 | 440 | 20 | 52 |
| Binary | 1110110 | 1011011 | 1111101 | 110 | 11011 | 0 | 110011 | 100100000 | 10000 | 101010 |
Color Harmonies of #765B7D
Complementary color
Monochromatic Colors of #765B7D
Black with #765B7D
Text Example
Text Example
White with #765B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765B7D; }
p { color: rgb(118,91,125); }
H1.HeaderClassName
{
color: #765B7D;
}
.AnyTagClassName
{
color: #765B7D;
}
</style>
background-color css
<style>
a { background-color: #765B7D; }
a { background-color: rgb(118,91,125); }
div.DivClassName
{
background-color: #765B7D;
}
.BgClassName
{
background-color: #765B7D;
}
</style>
border-color css
<style>
span { border-color: #765B7D; }
span { border-color: rgb(118,91,125); }
td.TdClassName
{
border-color: #765B7D;
}
.TagClassName
{
border-color: #765B7D;
}
</style>