#887C80

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

Shades of Venus #887C80

Tints of Venus #887C80

Color information

#887C80 (or 0x887C80) is unknown color: approx Venus. HEX triplet: 88, 7C and 80. RGB value is (136,124,128). Sum of RGB (Red+Green+Blue) = 136+124+128=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 136 - color contains mainly: red. Hex color #887C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887C80 is #77837F. Grayscale: #808080. Windows color (decimal): -7832448 or 8420488. OLE color: 8420488.

HSL color Cylindrical-coordinate representation of color #887C80: hue angle of 340º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #887C80 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB136124128-
CMYK00.090.060.47
HSL340º4.8%50.98%-
HSV(B)340º8.82%53.33%-
XYZ21.2621.2123.4-
YUV128.04127.98133.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.05%
GREEN value IS 124 (48.83% from 255) = 31.96%
BLUE value IS 128 (50.39% from 255) = 32.99%
R=35.05%
G=31.96%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612412800.090.060.473404.850.98
Hex887C800962F154533
Octal210174200011657524563
Binary1000100011111001000000001001110101111101010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887C80; }

 p { color: rgb(136,124,128); }

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

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

 a { background-color: rgb(136,124,128); }

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

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

 span { border-color: rgb(136,124,128); }

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