Shades of Empress #84676B
Tints of Empress #84676B
RGB
CMYK
RGB Variations
Color information
#84676B (or 0x84676B) is known color: Empress. HEX triplet: 84, 67 and 6B. RGB value is (132,103,107). Sum of RGB (Red+Green+Blue) = 132+103+107=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 132 - color contains mainly: red. Hex color #84676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84676B is #7B9894. Grayscale: #707070. Windows color (decimal): -8099989 or 7038852. OLE color: 7038852.
HSL color Cylindrical-coordinate representation of color #84676B: hue angle of 351.72º 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 #84676B is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 103 | 107 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.48 |
| HSL | 351.72º | 0.12% | 0.46% | - |
| HSV(B) | 351.72º | 0.22% | 0.52% | - |
| XYZ | 17.02 | 15.67 | 16.04 | - |
| YUV | 112.13 | 125.11 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 103 | 107 | 0 | 0.22 | 0.19 | 0.48 | 351.72 | 0.12 | 0.46 |
| Hex | 84 | 67 | 6B | 0 | 16 | 13 | 30 | 160 | C | 2E |
| Octal | 204 | 147 | 153 | 0 | 26 | 23 | 60 | 540 | 14 | 56 |
| Binary | 10000100 | 1100111 | 1101011 | 0 | 10110 | 10011 | 110000 | 101100000 | 1100 | 101110 |
Color Harmonies of #84676B
Complementary color
Monochromatic Colors of #84676B
Black with #84676B
Text Example
Text Example
White with #84676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84676B; }
p { color: rgb(132,103,107); }
H1.HeaderClassName
{
color: #84676B;
}
.AnyTagClassName
{
color: #84676B;
}
</style>
background-color css
<style>
a { background-color: #84676B; }
a { background-color: rgb(132,103,107); }
div.DivClassName
{
background-color: #84676B;
}
.BgClassName
{
background-color: #84676B;
}
</style>
border-color css
<style>
span { border-color: #84676B; }
span { border-color: rgb(132,103,107); }
td.TdClassName
{
border-color: #84676B;
}
.TagClassName
{
border-color: #84676B;
}
</style>