#877A87

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

Shades of Old Lavender #877A87

Tints of Old Lavender #877A87

Color information

#877A87 (or 0x877A87) is unknown color: approx Old Lavender. HEX triplet: 87, 7A and 87. RGB value is (135,122,135). Sum of RGB (Red+Green+Blue) = 135+122+135=392 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.44% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #877A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877A87 is #788578. Grayscale: #7F7F7F. Windows color (decimal): -7898489 or 8878727. OLE color: 8878727.

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

Color convert

RGB135122135-
CMYK00.1000.47
HSL300º5.14%50.39%-
HSV(B)300º9.63%52.94%-
XYZ21.3220.8225.82-
YUV127.37132.31133.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.44%
GREEN value IS 122 (48.05% from 255) = 31.12%
BLUE value IS 135 (53.12% from 255) = 34.44%
R=34.44%
G=31.12%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512213500.1000.473005.1450.39
Hex877A870A02F12c532
Octal207172207012057454562
Binary10000111111101010000111010100101111100101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877A87; }

 p { color: rgb(135,122,135); }

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

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

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

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

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

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

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