#876780

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

Shades of Old Lavender #876780

Tints of Old Lavender #876780

Color information

#876780 (or 0x876780) is unknown color: approx Old Lavender. HEX triplet: 87, 67 and 80. RGB value is (135,103,128). Sum of RGB (Red+Green+Blue) = 135+103+128=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 135 - color contains mainly: red. Hex color #876780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876780 is #78987F. Grayscale: #737373. Windows color (decimal): -7903360 or 8415111. OLE color: 8415111.

HSL color Cylindrical-coordinate representation of color #876780: hue angle of 313.12º 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 #876780 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB135103128-
CMYK00.240.050.47
HSL313.12º13.45%46.67%-
HSV(B)313.12º23.7%52.94%-
XYZ18.7416.4122.6-
YUV115.42135.1141.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.89%
GREEN value IS 103 (40.62% from 255) = 28.14%
BLUE value IS 128 (50.39% from 255) = 34.97%
R=36.89%
G=28.14%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510312800.240.050.47313.1213.4546.67
Hex87678001852F139d2f
Octal2071472000305574711557
Binary100001111100111100000000110001011011111001110011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876780; }

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

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

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

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

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

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

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

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