#887687

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

Shades of Old Lavender #887687

Tints of Old Lavender #887687

Color information

#887687 (or 0x887687) is unknown color: approx Old Lavender. HEX triplet: 88, 76 and 87. RGB value is (136,118,135). Sum of RGB (Red+Green+Blue) = 136+118+135=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 136 - color contains mainly: red. Hex color #887687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887687 is #778978. Grayscale: #7D7D7D. Windows color (decimal): -7833977 or 8877704. OLE color: 8877704.

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

Color convert

RGB136118135-
CMYK00.130.010.47
HSL303.33º7.09%49.8%-
HSV(B)303.33º13.24%53.33%-
XYZ2119.9425.66-
YUV125.32133.46135.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.96%
GREEN value IS 118 (46.48% from 255) = 30.33%
BLUE value IS 135 (53.12% from 255) = 34.70%
R=34.96%
G=30.33%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611813500.130.010.47303.337.0949.8
Hex8876870D12F12f732
Octal210166207015157457762
Binary10001000111011010000111011011101111100101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887687; }

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

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

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

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

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

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

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

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