#877D88

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

Shades of Old Lavender #877D88

Tints of Old Lavender #877D88

Color information

#877D88 (or 0x877D88) is unknown color: approx Old Lavender. HEX triplet: 87, 7D and 88. RGB value is (135,125,136). Sum of RGB (Red+Green+Blue) = 135+125+136=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 136 - color contains mainly: blue. Hex color #877D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877D88 is #788277. Grayscale: #818181. Windows color (decimal): -7897720 or 8945031. OLE color: 8945031.

HSL color Cylindrical-coordinate representation of color #877D88: hue angle of 294.55º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #877D88 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB135125136-
CMYK0.010.0800.47
HSL294.55º4.42%51.18%-
HSV(B)294.55º8.09%53.33%-
XYZ21.7721.626.31-
YUV129.24131.81132.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.09%
GREEN value IS 125 (49.22% from 255) = 31.57%
BLUE value IS 136 (53.52% from 255) = 34.34%
R=34.09%
G=31.57%
B=34.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351251360.010.0800.47294.554.4251.18
Hex877D881802F127433
Octal207175210110057447463
Binary10000111111110110001000110000101111100100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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