Shades of Empress #8A767A
Tints of Empress #8A767A
RGB
CMYK
RGB Variations
Color information
#8A767A (or 0x8A767A) is known color: Empress. HEX triplet: 8A, 76 and 7A. RGB value is (138,118,122). Sum of RGB (Red+Green+Blue) = 138+118+122=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 138 - color contains mainly: red. Hex color #8A767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A767A is #758985. Grayscale: #7C7C7C. Windows color (decimal): -7702918 or 8025738. OLE color: 8025738.
HSL color Cylindrical-coordinate representation of color #8A767A: hue angle of 348º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8A767A is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 118 | 122 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.46 |
| HSL | 348º | 0.08% | 0.5% | - |
| HSV(B) | 348º | 0.14% | 0.54% | - |
| XYZ | 20.47 | 19.77 | 21.15 | - |
| YUV | 124.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 118 | 122 | 0 | 0.14 | 0.12 | 0.46 | 348 | 0.08 | 0.5 |
| Hex | 8A | 76 | 7A | 0 | E | C | 2E | 15C | 8 | 32 |
| Octal | 212 | 166 | 172 | 0 | 16 | 14 | 56 | 534 | 10 | 62 |
| Binary | 10001010 | 1110110 | 1111010 | 0 | 1110 | 1100 | 101110 | 101011100 | 1000 | 110010 |
Color Harmonies of #8A767A
Complementary color
Monochromatic Colors of #8A767A
Black with #8A767A
Text Example
Text Example
White with #8A767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A767A; }
p { color: rgb(138,118,122); }
H1.HeaderClassName
{
color: #8A767A;
}
.AnyTagClassName
{
color: #8A767A;
}
</style>
background-color css
<style>
a { background-color: #8A767A; }
a { background-color: rgb(138,118,122); }
div.DivClassName
{
background-color: #8A767A;
}
.BgClassName
{
background-color: #8A767A;
}
</style>
border-color css
<style>
span { border-color: #8A767A; }
span { border-color: rgb(138,118,122); }
td.TdClassName
{
border-color: #8A767A;
}
.TagClassName
{
border-color: #8A767A;
}
</style>