#877788

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

Shades of Old Lavender #877788

Tints of Old Lavender #877788

Color information

#877788 (or 0x877788) is unknown color: approx Old Lavender. HEX triplet: 87, 77 and 88. RGB value is (135,119,136). Sum of RGB (Red+Green+Blue) = 135+119+136=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 136 - color contains mainly: blue. Hex color #877788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877788 is #788877. Grayscale: #7D7D7D. Windows color (decimal): -7899256 or 8943495. OLE color: 8943495.

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

Color convert

RGB135119136-
CMYK0.010.1200.47
HSL296.47º6.67%50%-
HSV(B)296.47º12.5%53.33%-
XYZ21.0320.1226.07-
YUV125.72133.8134.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.62%
GREEN value IS 119 (46.88% from 255) = 30.51%
BLUE value IS 136 (53.52% from 255) = 34.87%
R=34.62%
G=30.51%
B=34.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351191360.010.1200.47296.476.6750
Hex8777881C02F128732
Octal207167210114057450762
Binary10000111111011110001000111000101111100101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877788; }

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

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

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

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

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

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

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

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