#877787

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

Shades of Old Lavender #877787

Tints of Old Lavender #877787

Color information

#877787 (or 0x877787) is unknown color: approx Old Lavender. HEX triplet: 87, 77 and 87. RGB value is (135,119,135). Sum of RGB (Red+Green+Blue) = 135+119+135=389 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.70% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #877787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877787 is #788878. Grayscale: #7D7D7D. Windows color (decimal): -7899257 or 8877959. OLE color: 8877959.

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

Color convert

RGB135119135-
CMYK00.1200.47
HSL300º6.3%49.8%-
HSV(B)300º11.85%52.94%-
XYZ20.9620.0925.7-
YUV125.61133.3134.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.70%
GREEN value IS 119 (46.88% from 255) = 30.59%
BLUE value IS 135 (53.12% from 255) = 34.70%
R=34.70%
G=30.59%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511913500.1200.473006.349.8
Hex8777870C02F12c632
Octal207167207014057454662
Binary10000111111011110000111011000101111100101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877787; }

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

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

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

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

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

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

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

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