#887287

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

Shades of Old Lavender #887287

Tints of Old Lavender #887287

Color information

#887287 (or 0x887287) is unknown color: approx Old Lavender. HEX triplet: 88, 72 and 87. RGB value is (136,114,135). Sum of RGB (Red+Green+Blue) = 136+114+135=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 136 - color contains mainly: red. Hex color #887287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887287 is #778D78. Grayscale: #7A7A7A. Windows color (decimal): -7835001 or 8876680. OLE color: 8876680.

HSL color Cylindrical-coordinate representation of color #887287: hue angle of 302.73º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #887287 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB136114135-
CMYK00.160.010.47
HSL302.73º8.8%49.02%-
HSV(B)302.73º16.18%53.33%-
XYZ20.5419.0225.51-
YUV122.97134.79137.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.32%
GREEN value IS 114 (44.92% from 255) = 29.61%
BLUE value IS 135 (53.12% from 255) = 35.06%
R=35.32%
G=29.61%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611413500.160.010.47302.738.849.02
Hex88728701012F12f931
Octal2101622070201574571161
Binary1000100011100101000011101000011011111001011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887287; }

 p { color: rgb(136,114,135); }

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

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

 a { background-color: rgb(136,114,135); }

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

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

 span { border-color: rgb(136,114,135); }

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