#847C7D

Color #847C7D Empress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Empress #847C7D

Tints of Empress #847C7D

Color information

#847C7D (or 0x847C7D) is unknown color: approx Empress. HEX triplet: 84, 7C and 7D. RGB value is (132,124,125). Sum of RGB (Red+Green+Blue) = 132+124+125=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 132 - color contains mainly: red. Hex color #847C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847C7D is #7B8382. Grayscale: #7E7E7E. Windows color (decimal): -8094595 or 8223876. OLE color: 8223876.

HSL color Cylindrical-coordinate representation of color #847C7D: hue angle of 352.5º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #847C7D is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB132124125-
CMYK00.060.050.48
HSL352.5º3.15%50.2%-
HSV(B)352.5º6.06%51.76%-
XYZ20.4320.822.34-
YUV126.51127.15131.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 34.65%
GREEN value IS 124 (48.83% from 255) = 32.55%
BLUE value IS 125 (49.22% from 255) = 32.81%
R=34.65%
G=32.55%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212412500.060.050.48352.53.1550.2
Hex847C7D06530160332
Octal20417417506560540362
Binary1000010011111001111101011010111000010110000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847C7D; }

 p { color: rgb(132,124,125); }

 H1.HeaderClassName
 {
   color: #847C7D;
 }
 .AnyTagClassName
 {
   color: #847C7D;
 }
</style>
background-color css

<style>
 a { background-color: #847C7D; }

 a { background-color: rgb(132,124,125); }

 div.DivClassName
 {
   background-color: #847C7D;
 }
 .BgClassName
 {
   background-color: #847C7D;
 }
</style>
border-color css

<style>
 span { border-color: #847C7D; }

 span { border-color: rgb(132,124,125); }

 td.TdClassName
 {
   border-color: #847C7D;
 }
 .TagClassName
 {
   border-color: #847C7D;
 }
</style>