Shades of Rum #766A7B
Tints of Rum #766A7B
RGB
CMYK
RGB Variations
Color information
#766A7B (or 0x766A7B) is known color: Rum. HEX triplet: 76, 6A and 7B. RGB value is (118,106,123). Sum of RGB (Red+Green+Blue) = 118+106+123=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 123 - color contains mainly: blue. Hex color #766A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A7B is #899584. Grayscale: #6F6F6F. Windows color (decimal): -9016709 or 8088182. OLE color: 8088182.
HSL color Cylindrical-coordinate representation of color #766A7B: hue angle of 282.35º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #766A7B is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 106 | 123 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.52 |
| HSL | 282.35º | 0.07% | 0.45% | - |
| HSV(B) | 282.35º | 0.14% | 0.48% | - |
| XYZ | 16.2 | 15.59 | 20.89 | - |
| YUV | 111.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 123 | 0.04 | 0.14 | 0 | 0.52 | 282.35 | 0.07 | 0.45 |
| Hex | 76 | 6A | 7B | 4 | E | 0 | 34 | 11A | 7 | 2D |
| Octal | 166 | 152 | 173 | 4 | 16 | 0 | 64 | 432 | 7 | 55 |
| Binary | 1110110 | 1101010 | 1111011 | 100 | 1110 | 0 | 110100 | 100011010 | 111 | 101101 |
Color Harmonies of #766A7B
Complementary color
Monochromatic Colors of #766A7B
Black with #766A7B
Text Example
Text Example
White with #766A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A7B; }
p { color: rgb(118,106,123); }
H1.HeaderClassName
{
color: #766A7B;
}
.AnyTagClassName
{
color: #766A7B;
}
</style>
background-color css
<style>
a { background-color: #766A7B; }
a { background-color: rgb(118,106,123); }
div.DivClassName
{
background-color: #766A7B;
}
.BgClassName
{
background-color: #766A7B;
}
</style>
border-color css
<style>
span { border-color: #766A7B; }
span { border-color: rgb(118,106,123); }
td.TdClassName
{
border-color: #766A7B;
}
.TagClassName
{
border-color: #766A7B;
}
</style>