Shades of Rum #765D7D
Tints of Rum #765D7D
RGB
CMYK
RGB Variations
Color information
#765D7D (or 0x765D7D) is known color: Rum. HEX triplet: 76, 5D and 7D. RGB value is (118,93,125). Sum of RGB (Red+Green+Blue) = 118+93+125=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 125 - color contains mainly: blue. Hex color #765D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765D7D is #89A282. Grayscale: #686868. Windows color (decimal): -9020035 or 8215926. OLE color: 8215926.
HSL color Cylindrical-coordinate representation of color #765D7D: hue angle of 286.88º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #765D7D is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 93 | 125 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.51 |
| HSL | 286.88º | 0.15% | 0.43% | - |
| HSV(B) | 286.88º | 0.26% | 0.49% | - |
| XYZ | 15.09 | 13.16 | 21.15 | - |
| YUV | 104.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 125 | 0.06 | 0.26 | 0 | 0.51 | 286.88 | 0.15 | 0.43 |
| Hex | 76 | 5D | 7D | 6 | 1A | 0 | 33 | 11F | F | 2B |
| Octal | 166 | 135 | 175 | 6 | 32 | 0 | 63 | 437 | 17 | 53 |
| Binary | 1110110 | 1011101 | 1111101 | 110 | 11010 | 0 | 110011 | 100011111 | 1111 | 101011 |
Color Harmonies of #765D7D
Complementary color
Monochromatic Colors of #765D7D
Black with #765D7D
Text Example
Text Example
White with #765D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765D7D; }
p { color: rgb(118,93,125); }
H1.HeaderClassName
{
color: #765D7D;
}
.AnyTagClassName
{
color: #765D7D;
}
</style>
background-color css
<style>
a { background-color: #765D7D; }
a { background-color: rgb(118,93,125); }
div.DivClassName
{
background-color: #765D7D;
}
.BgClassName
{
background-color: #765D7D;
}
</style>
border-color css
<style>
span { border-color: #765D7D; }
span { border-color: rgb(118,93,125); }
td.TdClassName
{
border-color: #765D7D;
}
.TagClassName
{
border-color: #765D7D;
}
</style>