#876C84

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

Shades of Old Lavender #876C84

Tints of Old Lavender #876C84

Color information

#876C84 (or 0x876C84) is unknown color: approx Old Lavender. HEX triplet: 87, 6C and 84. RGB value is (135,108,132). Sum of RGB (Red+Green+Blue) = 135+108+132=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 135 - color contains mainly: red. Hex color #876C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876C84 is #78937B. Grayscale: #767676. Windows color (decimal): -7902076 or 8678535. OLE color: 8678535.

HSL color Cylindrical-coordinate representation of color #876C84: hue angle of 306.67º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #876C84 is Cyan = 0, Magento = 0.2, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB135108132-
CMYK00.20.020.47
HSL306.67º11.11%47.65%-
HSV(B)306.67º20%52.94%-
XYZ19.5217.5424.19-
YUV118.81135.45139.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36%
GREEN value IS 108 (42.58% from 255) = 28.8%
BLUE value IS 132 (51.95% from 255) = 35.2%
R=36%
G=28.8%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510813200.20.020.47306.6711.1147.65
Hex876C8401422F133b30
Octal2071542040242574631360
Binary10000111110110010000100010100101011111001100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876C84; }

 p { color: rgb(135,108,132); }

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

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

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

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

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

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

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