#887D80

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

Shades of Venus #887D80

Tints of Venus #887D80

Color information

#887D80 (or 0x887D80) is unknown color: approx Venus. HEX triplet: 88, 7D and 80. RGB value is (136,125,128). Sum of RGB (Red+Green+Blue) = 136+125+128=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 136 - color contains mainly: red. Hex color #887D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887D80 is #77827F. Grayscale: #808080. Windows color (decimal): -7832192 or 8420744. OLE color: 8420744.

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

Color convert

RGB136125128-
CMYK00.080.060.47
HSL343.64º4.42%51.18%-
HSV(B)343.64º8.09%53.33%-
XYZ21.3821.4623.44-
YUV128.63127.64133.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.96%
GREEN value IS 125 (49.22% from 255) = 32.13%
BLUE value IS 128 (50.39% from 255) = 32.90%
R=34.96%
G=32.13%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612512800.080.060.47343.644.4251.18
Hex887D800862F158433
Octal210175200010657530463
Binary1000100011111011000000001000110101111101011000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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