Shades of Rum #765F7C
Tints of Rum #765F7C
RGB
CMYK
RGB Variations
Color information
#765F7C (or 0x765F7C) is known color: Rum. HEX triplet: 76, 5F and 7C. RGB value is (118,95,124). Sum of RGB (Red+Green+Blue) = 118+95+124=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 124 - color contains mainly: blue. Hex color #765F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765F7C is #89A083. Grayscale: #696969. Windows color (decimal): -9019524 or 8150902. OLE color: 8150902.
HSL color Cylindrical-coordinate representation of color #765F7C: hue angle of 287.59º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #765F7C is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 95 | 124 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.51 |
| HSL | 287.59º | 0.13% | 0.43% | - |
| HSV(B) | 287.59º | 0.23% | 0.49% | - |
| XYZ | 15.2 | 13.49 | 20.87 | - |
| YUV | 105.18 | 138.62 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 95 | 124 | 0.05 | 0.23 | 0 | 0.51 | 287.59 | 0.13 | 0.43 |
| Hex | 76 | 5F | 7C | 5 | 17 | 0 | 33 | 120 | D | 2B |
| Octal | 166 | 137 | 174 | 5 | 27 | 0 | 63 | 440 | 15 | 53 |
| Binary | 1110110 | 1011111 | 1111100 | 101 | 10111 | 0 | 110011 | 100100000 | 1101 | 101011 |
Color Harmonies of #765F7C
Complementary color
Monochromatic Colors of #765F7C
Black with #765F7C
Text Example
Text Example
White with #765F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765F7C; }
p { color: rgb(118,95,124); }
H1.HeaderClassName
{
color: #765F7C;
}
.AnyTagClassName
{
color: #765F7C;
}
</style>
background-color css
<style>
a { background-color: #765F7C; }
a { background-color: rgb(118,95,124); }
div.DivClassName
{
background-color: #765F7C;
}
.BgClassName
{
background-color: #765F7C;
}
</style>
border-color css
<style>
span { border-color: #765F7C; }
span { border-color: rgb(118,95,124); }
td.TdClassName
{
border-color: #765F7C;
}
.TagClassName
{
border-color: #765F7C;
}
</style>