Shades of Empress #766B6C
Tints of Empress #766B6C
RGB
CMYK
RGB Variations
Color information
#766B6C (or 0x766B6C) is known color: Empress. HEX triplet: 76, 6B and 6C. RGB value is (118,107,108). Sum of RGB (Red+Green+Blue) = 118+107+108=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 118 - color contains mainly: red. Hex color #766B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B6C is #899493. Grayscale: #6E6E6E. Windows color (decimal): -9016468 or 7105398. OLE color: 7105398.
HSL color Cylindrical-coordinate representation of color #766B6C: hue angle of 354.55º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #766B6C is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 107 | 108 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.54 |
| HSL | 354.55º | 0.05% | 0.44% | - |
| HSV(B) | 354.55º | 0.09% | 0.46% | - |
| XYZ | 15.44 | 15.45 | 16.36 | - |
| YUV | 110.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 108 | 0 | 0.09 | 0.08 | 0.54 | 354.55 | 0.05 | 0.44 |
| Hex | 76 | 6B | 6C | 0 | 9 | 8 | 36 | 163 | 5 | 2C |
| Octal | 166 | 153 | 154 | 0 | 11 | 10 | 66 | 543 | 5 | 54 |
| Binary | 1110110 | 1101011 | 1101100 | 0 | 1001 | 1000 | 110110 | 101100011 | 101 | 101100 |
Color Harmonies of #766B6C
Complementary color
Monochromatic Colors of #766B6C
Black with #766B6C
Text Example
Text Example
White with #766B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766B6C; }
p { color: rgb(118,107,108); }
H1.HeaderClassName
{
color: #766B6C;
}
.AnyTagClassName
{
color: #766B6C;
}
</style>
background-color css
<style>
a { background-color: #766B6C; }
a { background-color: rgb(118,107,108); }
div.DivClassName
{
background-color: #766B6C;
}
.BgClassName
{
background-color: #766B6C;
}
</style>
border-color css
<style>
span { border-color: #766B6C; }
span { border-color: rgb(118,107,108); }
td.TdClassName
{
border-color: #766B6C;
}
.TagClassName
{
border-color: #766B6C;
}
</style>