#887981

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

Shades of Venus #887981

Tints of Venus #887981

Color information

#887981 (or 0x887981) is unknown color: approx Venus. HEX triplet: 88, 79 and 81. RGB value is (136,121,129). Sum of RGB (Red+Green+Blue) = 136+121+129=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 136 - color contains mainly: red. Hex color #887981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887981 is #77867E. Grayscale: #7E7E7E. Windows color (decimal): -7833215 or 8485256. OLE color: 8485256.

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

Color convert

RGB136121129-
CMYK00.110.050.47
HSL328º5.93%50.39%-
HSV(B)328º11.03%53.33%-
XYZ20.9520.4923.62-
YUV126.4129.47134.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.23%
GREEN value IS 121 (47.66% from 255) = 31.35%
BLUE value IS 129 (50.78% from 255) = 33.42%
R=35.23%
G=31.35%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612112900.110.050.473285.9350.39
Hex8879810B52F148632
Octal210171201013557510662
Binary1000100011110011000000101011101101111101001000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887981; }

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

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

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

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

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

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

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

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