Shades of Empress #8B7A7B
Tints of Empress #8B7A7B
RGB
CMYK
RGB Variations
Color information
#8B7A7B (or 0x8B7A7B) is known color: Empress. HEX triplet: 8B, 7A and 7B. RGB value is (139,122,123). Sum of RGB (Red+Green+Blue) = 139+122+123=384 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.20% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7A7B is #748584. Grayscale: #7F7F7F. Windows color (decimal): -7636357 or 8092299. OLE color: 8092299.
HSL color Cylindrical-coordinate representation of color #8B7A7B: hue angle of 356.47º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8B7A7B is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 122 | 123 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.45 |
| HSL | 356.47º | 0.07% | 0.51% | - |
| HSV(B) | 356.47º | 0.12% | 0.55% | - |
| XYZ | 21.18 | 20.84 | 21.64 | - |
| YUV | 127.2 | 125.63 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 122 | 123 | 0 | 0.12 | 0.12 | 0.45 | 356.47 | 0.07 | 0.51 |
| Hex | 8B | 7A | 7B | 0 | C | C | 2D | 164 | 7 | 33 |
| Octal | 213 | 172 | 173 | 0 | 14 | 14 | 55 | 544 | 7 | 63 |
| Binary | 10001011 | 1111010 | 1111011 | 0 | 1100 | 1100 | 101101 | 101100100 | 111 | 110011 |
Color Harmonies of #8B7A7B
Complementary color
Monochromatic Colors of #8B7A7B
Black with #8B7A7B
Text Example
Text Example
White with #8B7A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7A7B; }
p { color: rgb(139,122,123); }
H1.HeaderClassName
{
color: #8B7A7B;
}
.AnyTagClassName
{
color: #8B7A7B;
}
</style>
background-color css
<style>
a { background-color: #8B7A7B; }
a { background-color: rgb(139,122,123); }
div.DivClassName
{
background-color: #8B7A7B;
}
.BgClassName
{
background-color: #8B7A7B;
}
</style>
border-color css
<style>
span { border-color: #8B7A7B; }
span { border-color: rgb(139,122,123); }
td.TdClassName
{
border-color: #8B7A7B;
}
.TagClassName
{
border-color: #8B7A7B;
}
</style>