#876781

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

Shades of Old Lavender #876781

Tints of Old Lavender #876781

Color information

#876781 (or 0x876781) is unknown color: approx Old Lavender. HEX triplet: 87, 67 and 81. RGB value is (135,103,129). Sum of RGB (Red+Green+Blue) = 135+103+129=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 135 - color contains mainly: red. Hex color #876781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876781 is #78987E. Grayscale: #737373. Windows color (decimal): -7903359 or 8480647. OLE color: 8480647.

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

Color convert

RGB135103129-
CMYK00.240.040.47
HSL311.25º13.45%46.67%-
HSV(B)311.25º23.7%52.94%-
XYZ18.816.4422.95-
YUV115.53135.6141.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.78%
GREEN value IS 103 (40.62% from 255) = 28.07%
BLUE value IS 129 (50.78% from 255) = 35.15%
R=36.78%
G=28.07%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510312900.240.040.47311.2513.4546.67
Hex87678101842F137d2f
Octal2071472010304574671557
Binary100001111100111100000010110001001011111001101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876781; }

 p { color: rgb(135,103,129); }

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

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

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

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

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

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

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