#887C82

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

Shades of Venus #887C82

Tints of Venus #887C82

Color information

#887C82 (or 0x887C82) is unknown color: approx Venus. HEX triplet: 88, 7C and 82. RGB value is (136,124,130). Sum of RGB (Red+Green+Blue) = 136+124+130=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 136 - color contains mainly: red. Hex color #887C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887C82 is #77837D. Grayscale: #808080. Windows color (decimal): -7832446 or 8551560. OLE color: 8551560.

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

Color convert

RGB136124130-
CMYK00.090.040.47
HSL330º4.8%50.98%-
HSV(B)330º8.82%53.33%-
XYZ21.3921.2624.1-
YUV128.27128.98133.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.87%
GREEN value IS 124 (48.83% from 255) = 31.79%
BLUE value IS 130 (51.17% from 255) = 33.33%
R=34.87%
G=31.79%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612413000.090.040.473304.850.98
Hex887C820942F14a533
Octal210174202011457512563
Binary1000100011111001000001001001100101111101001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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