Shades of Empress #84676C
Tints of Empress #84676C
RGB
CMYK
RGB Variations
Color information
#84676C (or 0x84676C) is known color: Empress. HEX triplet: 84, 67 and 6C. RGB value is (132,103,108). Sum of RGB (Red+Green+Blue) = 132+103+108=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 132 - color contains mainly: red. Hex color #84676C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84676C is #7B9893. Grayscale: #707070. Windows color (decimal): -8099988 or 7104388. OLE color: 7104388.
HSL color Cylindrical-coordinate representation of color #84676C: hue angle of 349.66º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #84676C is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 103 | 108 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.48 |
| HSL | 349.66º | 0.12% | 0.46% | - |
| HSV(B) | 349.66º | 0.22% | 0.52% | - |
| XYZ | 17.07 | 15.69 | 16.32 | - |
| YUV | 112.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 103 | 108 | 0 | 0.22 | 0.18 | 0.48 | 349.66 | 0.12 | 0.46 |
| Hex | 84 | 67 | 6C | 0 | 16 | 12 | 30 | 15E | C | 2E |
| Octal | 204 | 147 | 154 | 0 | 26 | 22 | 60 | 536 | 14 | 56 |
| Binary | 10000100 | 1100111 | 1101100 | 0 | 10110 | 10010 | 110000 | 101011110 | 1100 | 101110 |
Color Harmonies of #84676C
Complementary color
Monochromatic Colors of #84676C
Black with #84676C
Text Example
Text Example
White with #84676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84676C; }
p { color: rgb(132,103,108); }
H1.HeaderClassName
{
color: #84676C;
}
.AnyTagClassName
{
color: #84676C;
}
</style>
background-color css
<style>
a { background-color: #84676C; }
a { background-color: rgb(132,103,108); }
div.DivClassName
{
background-color: #84676C;
}
.BgClassName
{
background-color: #84676C;
}
</style>
border-color css
<style>
span { border-color: #84676C; }
span { border-color: rgb(132,103,108); }
td.TdClassName
{
border-color: #84676C;
}
.TagClassName
{
border-color: #84676C;
}
</style>