#887688

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

Shades of Old Lavender #887688

Tints of Old Lavender #887688

Color information

#887688 (or 0x887688) is unknown color: approx Old Lavender. HEX triplet: 88, 76 and 88. RGB value is (136,118,136). Sum of RGB (Red+Green+Blue) = 136+118+136=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #887688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887688 is #778977. Grayscale: #7D7D7D. Windows color (decimal): -7833976 or 8943240. OLE color: 8943240.

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

Color convert

RGB136118136-
CMYK00.1300.47
HSL300º7.09%49.8%-
HSV(B)300º13.24%53.33%-
XYZ21.0819.9726.04-
YUV125.43133.96135.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.87%
GREEN value IS 118 (46.48% from 255) = 30.26%
BLUE value IS 136 (53.52% from 255) = 34.87%
R=34.87%
G=30.26%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611813600.1300.473007.0949.8
Hex8876880D02F12c732
Octal210166210015057454762
Binary10001000111011010001000011010101111100101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887688; }

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

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

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

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

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

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

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

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