Shades of Rum #76627E
Tints of Rum #76627E
RGB
CMYK
RGB Variations
Color information
#76627E (or 0x76627E) is known color: Rum. HEX triplet: 76, 62 and 7E. RGB value is (118,98,126). Sum of RGB (Red+Green+Blue) = 118+98+126=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 126 - color contains mainly: blue. Hex color #76627E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76627E is #899D81. Grayscale: #6B6B6B. Windows color (decimal): -9018754 or 8282742. OLE color: 8282742.
HSL color Cylindrical-coordinate representation of color #76627E: hue angle of 282.86º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #76627E is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 98 | 126 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.51 |
| HSL | 282.86º | 0.13% | 0.44% | - |
| HSV(B) | 282.86º | 0.22% | 0.49% | - |
| XYZ | 15.6 | 14.09 | 21.64 | - |
| YUV | 107.17 | 138.63 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 98 | 126 | 0.06 | 0.22 | 0 | 0.51 | 282.86 | 0.13 | 0.44 |
| Hex | 76 | 62 | 7E | 6 | 16 | 0 | 33 | 11B | C | 2C |
| Octal | 166 | 142 | 176 | 6 | 26 | 0 | 63 | 433 | 14 | 54 |
| Binary | 1110110 | 1100010 | 1111110 | 110 | 10110 | 0 | 110011 | 100011011 | 1100 | 101100 |
Color Harmonies of #76627E
Complementary color
Monochromatic Colors of #76627E
Black with #76627E
Text Example
Text Example
White with #76627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76627E; }
p { color: rgb(118,98,126); }
H1.HeaderClassName
{
color: #76627E;
}
.AnyTagClassName
{
color: #76627E;
}
</style>
background-color css
<style>
a { background-color: #76627E; }
a { background-color: rgb(118,98,126); }
div.DivClassName
{
background-color: #76627E;
}
.BgClassName
{
background-color: #76627E;
}
</style>
border-color css
<style>
span { border-color: #76627E; }
span { border-color: rgb(118,98,126); }
td.TdClassName
{
border-color: #76627E;
}
.TagClassName
{
border-color: #76627E;
}
</style>