Shades of Rum #775A7D
Tints of Rum #775A7D
RGB
CMYK
RGB Variations
Color information
#775A7D (or 0x775A7D) is known color: Rum. HEX triplet: 77, 5A and 7D. RGB value is (119,90,125). Sum of RGB (Red+Green+Blue) = 119+90+125=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 90 (35.55% from 255 or 26.95% 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 #775A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A7D is #88A582. Grayscale: #666666. Windows color (decimal): -8955267 or 8215159. OLE color: 8215159.
HSL color Cylindrical-coordinate representation of color #775A7D: hue angle of 289.71º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #775A7D is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 90 | 125 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.51 |
| HSL | 289.71º | 0.16% | 0.42% | - |
| HSV(B) | 289.71º | 0.28% | 0.49% | - |
| XYZ | 14.97 | 12.71 | 21.07 | - |
| YUV | 102.66 | 140.61 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 90 | 125 | 0.05 | 0.28 | 0 | 0.51 | 289.71 | 0.16 | 0.42 |
| Hex | 77 | 5A | 7D | 5 | 1C | 0 | 33 | 122 | 10 | 2A |
| Octal | 167 | 132 | 175 | 5 | 34 | 0 | 63 | 442 | 20 | 52 |
| Binary | 1110111 | 1011010 | 1111101 | 101 | 11100 | 0 | 110011 | 100100010 | 10000 | 101010 |
Color Harmonies of #775A7D
Complementary color
Monochromatic Colors of #775A7D
Black with #775A7D
Text Example
Text Example
White with #775A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775A7D; }
p { color: rgb(119,90,125); }
H1.HeaderClassName
{
color: #775A7D;
}
.AnyTagClassName
{
color: #775A7D;
}
</style>
background-color css
<style>
a { background-color: #775A7D; }
a { background-color: rgb(119,90,125); }
div.DivClassName
{
background-color: #775A7D;
}
.BgClassName
{
background-color: #775A7D;
}
</style>
border-color css
<style>
span { border-color: #775A7D; }
span { border-color: rgb(119,90,125); }
td.TdClassName
{
border-color: #775A7D;
}
.TagClassName
{
border-color: #775A7D;
}
</style>