#887274

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

Shades of Empress #887274

Tints of Empress #887274

Color information

#887274 (or 0x887274) is unknown color: approx Empress. HEX triplet: 88, 72 and 74. RGB value is (136,114,116). Sum of RGB (Red+Green+Blue) = 136+114+116=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 136 - color contains mainly: red. Hex color #887274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887274 is #778D8B. Grayscale: #787878. Windows color (decimal): -7835020 or 7631496. OLE color: 7631496.

HSL color Cylindrical-coordinate representation of color #887274: hue angle of 354.55º 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 #887274 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB136114116-
CMYK00.160.150.47
HSL354.55º8.8%49.02%-
HSV(B)354.55º16.18%53.33%-
XYZ19.3218.5319.08-
YUV120.81125.29138.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.16%
GREEN value IS 114 (44.92% from 255) = 31.15%
BLUE value IS 116 (45.70% from 255) = 31.69%
R=37.16%
G=31.15%
B=31.69%

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
Decimal13611411600.160.150.47354.558.849.02
Hex887274010F2F163931
Octal21016216402017575431161
Binary100010001110010111010001000011111011111011000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887274; }

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

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

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

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

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

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

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

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