#846E72

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

Shades of Empress #846E72

Tints of Empress #846E72

Color information

#846E72 (or 0x846E72) is unknown color: approx Empress. HEX triplet: 84, 6E and 72. RGB value is (132,110,114). Sum of RGB (Red+Green+Blue) = 132+110+114=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 132 - color contains mainly: red. Hex color #846E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846E72 is #7B918D. Grayscale: #757575. Windows color (decimal): -8098190 or 7499396. OLE color: 7499396.

HSL color Cylindrical-coordinate representation of color #846E72: hue angle of 349.09º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #846E72 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB132110114-
CMYK00.170.140.48
HSL349.09º9.09%47.45%-
HSV(B)349.09º16.67%51.76%-
XYZ18.1317.2718.3-
YUV117.03126.29138.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.08%
GREEN value IS 110 (43.36% from 255) = 30.90%
BLUE value IS 114 (44.92% from 255) = 32.02%
R=37.08%
G=30.90%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211011400.170.140.48349.099.0947.45
Hex846E72011E3015d92f
Octal20415616202116605351157
Binary100001001101110111001001000111101100001010111011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846E72; }

 p { color: rgb(132,110,114); }

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

<style>
 a { background-color: #846E72; }

 a { background-color: rgb(132,110,114); }

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

<style>
 span { border-color: #846E72; }

 span { border-color: rgb(132,110,114); }

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