Shades of Rum #775C7F
Tints of Rum #775C7F
RGB
CMYK
RGB Variations
Color information
#775C7F (or 0x775C7F) is known color: Rum. HEX triplet: 77, 5C and 7F. RGB value is (119,92,127). Sum of RGB (Red+Green+Blue) = 119+92+127=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 127 - color contains mainly: blue. Hex color #775C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C7F is #88A380. Grayscale: #676767. Windows color (decimal): -8954753 or 8346743. OLE color: 8346743.
HSL color Cylindrical-coordinate representation of color #775C7F: hue angle of 286.29º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #775C7F is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 92 | 127 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.50 |
| HSL | 286.29º | 0.16% | 0.43% | - |
| HSV(B) | 286.29º | 0.28% | 0.5% | - |
| XYZ | 15.27 | 13.11 | 21.8 | - |
| YUV | 104.06 | 140.95 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 127 | 0.06 | 0.28 | 0 | 0.50 | 286.29 | 0.16 | 0.43 |
| Hex | 77 | 5C | 7F | 6 | 1C | 0 | 32 | 11E | 10 | 2B |
| Octal | 167 | 134 | 177 | 6 | 34 | 0 | 62 | 436 | 20 | 53 |
| Binary | 1110111 | 1011100 | 1111111 | 110 | 11100 | 0 | 110010 | 100011110 | 10000 | 101011 |
Color Harmonies of #775C7F
Complementary color
Monochromatic Colors of #775C7F
Black with #775C7F
Text Example
Text Example
White with #775C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C7F; }
p { color: rgb(119,92,127); }
H1.HeaderClassName
{
color: #775C7F;
}
.AnyTagClassName
{
color: #775C7F;
}
</style>
background-color css
<style>
a { background-color: #775C7F; }
a { background-color: rgb(119,92,127); }
div.DivClassName
{
background-color: #775C7F;
}
.BgClassName
{
background-color: #775C7F;
}
</style>
border-color css
<style>
span { border-color: #775C7F; }
span { border-color: rgb(119,92,127); }
td.TdClassName
{
border-color: #775C7F;
}
.TagClassName
{
border-color: #775C7F;
}
</style>