#887273

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

Shades of Empress #887273

Tints of Empress #887273

Color information

#887273 (or 0x887273) is unknown color: approx Empress. HEX triplet: 88, 72 and 73. RGB value is (136,114,115). Sum of RGB (Red+Green+Blue) = 136+114+115=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #887273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887273 is #778D8C. Grayscale: #787878. Windows color (decimal): -7835021 or 7565960. OLE color: 7565960.

HSL color Cylindrical-coordinate representation of color #887273: hue angle of 357.27º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #887273 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB136114115-
CMYK00.160.150.47
HSL357.27º8.8%49.02%-
HSV(B)357.27º16.18%53.33%-
XYZ19.2718.5118.78-
YUV120.69124.79138.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.26%
GREEN value IS 114 (44.92% from 255) = 31.23%
BLUE value IS 115 (45.31% from 255) = 31.51%
R=37.26%
G=31.23%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611411500.160.150.47357.278.849.02
Hex887273010F2F165931
Octal21016216302017575451161
Binary100010001110010111001101000011111011111011001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887273; }

 p { color: rgb(136,114,115); }

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

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

 a { background-color: rgb(136,114,115); }

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

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

 span { border-color: rgb(136,114,115); }

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