#887778

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

Shades of Empress #887778

Tints of Empress #887778

Color information

#887778 (or 0x887778) is unknown color: approx Empress. HEX triplet: 88, 77 and 78. RGB value is (136,119,120). Sum of RGB (Red+Green+Blue) = 136+119+120=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 136 - color contains mainly: red. Hex color #887778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887778 is #778887. Grayscale: #7C7C7C. Windows color (decimal): -7833736 or 7894920. OLE color: 7894920.

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

Color convert

RGB136119120-
CMYK00.120.120.47
HSL356.47º6.67%50%-
HSV(B)356.47º12.5%53.33%-
XYZ20.1419.7820.53-
YUV124.2125.63136.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.27%
GREEN value IS 119 (46.88% from 255) = 31.73%
BLUE value IS 120 (47.27% from 255) = 32%
R=36.27%
G=31.73%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611912000.120.120.47356.476.6750
Hex8877780CC2F164732
Octal2101671700141457544762
Binary1000100011101111111000011001100101111101100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887778; }

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

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

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

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

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

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

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

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