Shades of Empress #766A6C
Tints of Empress #766A6C
RGB
CMYK
RGB Variations
Color information
#766A6C (or 0x766A6C) is known color: Empress. HEX triplet: 76, 6A and 6C. RGB value is (118,106,108). Sum of RGB (Red+Green+Blue) = 118+106+108=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 118 - color contains mainly: red. Hex color #766A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A6C is #899593. Grayscale: #6D6D6D. Windows color (decimal): -9016724 or 7105142. OLE color: 7105142.
HSL color Cylindrical-coordinate representation of color #766A6C: hue angle of 350º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #766A6C is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 106 | 108 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.54 |
| HSL | 350º | 0.05% | 0.44% | - |
| HSV(B) | 350º | 0.1% | 0.46% | - |
| XYZ | 15.33 | 15.24 | 16.32 | - |
| YUV | 109.82 | 126.98 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 108 | 0 | 0.10 | 0.08 | 0.54 | 350 | 0.05 | 0.44 |
| Hex | 76 | 6A | 6C | 0 | A | 8 | 36 | 15E | 5 | 2C |
| Octal | 166 | 152 | 154 | 0 | 12 | 10 | 66 | 536 | 5 | 54 |
| Binary | 1110110 | 1101010 | 1101100 | 0 | 1010 | 1000 | 110110 | 101011110 | 101 | 101100 |
Color Harmonies of #766A6C
Complementary color
Monochromatic Colors of #766A6C
Black with #766A6C
Text Example
Text Example
White with #766A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A6C; }
p { color: rgb(118,106,108); }
H1.HeaderClassName
{
color: #766A6C;
}
.AnyTagClassName
{
color: #766A6C;
}
</style>
background-color css
<style>
a { background-color: #766A6C; }
a { background-color: rgb(118,106,108); }
div.DivClassName
{
background-color: #766A6C;
}
.BgClassName
{
background-color: #766A6C;
}
</style>
border-color css
<style>
span { border-color: #766A6C; }
span { border-color: rgb(118,106,108); }
td.TdClassName
{
border-color: #766A6C;
}
.TagClassName
{
border-color: #766A6C;
}
</style>