#887779

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

Shades of Empress #887779

Tints of Empress #887779

Color information

#887779 (or 0x887779) is unknown color: approx Empress. HEX triplet: 88, 77 and 79. RGB value is (136,119,121). Sum of RGB (Red+Green+Blue) = 136+119+121=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 136 - color contains mainly: red. Hex color #887779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887779 is #778886. Grayscale: #7C7C7C. Windows color (decimal): -7833735 or 7960456. OLE color: 7960456.

HSL color Cylindrical-coordinate representation of color #887779: hue angle of 352.94º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #887779 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB136119121-
CMYK00.120.110.47
HSL352.94º6.67%50%-
HSV(B)352.94º12.5%53.33%-
XYZ20.219.8120.85-
YUV124.31126.13136.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.17%
GREEN value IS 119 (46.88% from 255) = 31.65%
BLUE value IS 121 (47.66% from 255) = 32.18%
R=36.17%
G=31.65%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611912100.120.110.47352.946.6750
Hex8877790CB2F161732
Octal2101671710141357541762
Binary1000100011101111111001011001011101111101100001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887779; }

 p { color: rgb(136,119,121); }

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

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

 a { background-color: rgb(136,119,121); }

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

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

 span { border-color: rgb(136,119,121); }

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