#877688

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

Shades of Old Lavender #877688

Tints of Old Lavender #877688

Color information

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

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

Color convert

RGB135118136-
CMYK0.010.1300.47
HSL296.67º7.09%49.8%-
HSV(B)296.67º13.24%53.33%-
XYZ20.9119.8926.03-
YUV125.14134.13135.04-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351181360.010.1300.47296.677.0949.8
Hex8776881D02F129732
Octal207166210115057451762
Binary10000111111011010001000111010101111100101001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877688; }

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

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

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

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

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

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

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

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