#857786

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

Shades of Old Lavender #857786

Tints of Old Lavender #857786

Color information

#857786 (or 0x857786) is unknown color: approx Old Lavender. HEX triplet: 85, 77 and 86. RGB value is (133,119,134). Sum of RGB (Red+Green+Blue) = 133+119+134=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 134 - color contains mainly: blue. Hex color #857786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857786 is #7A8879. Grayscale: #7C7C7C. Windows color (decimal): -8030330 or 8812421. OLE color: 8812421.

HSL color Cylindrical-coordinate representation of color #857786: hue angle of 296º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #857786 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB133119134-
CMYK0.010.1100.47
HSL296º5.93%49.61%-
HSV(B)296º11.19%52.55%-
XYZ20.5719.925.31-
YUV124.9133.14133.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.46%
GREEN value IS 119 (46.88% from 255) = 30.83%
BLUE value IS 134 (52.73% from 255) = 34.72%
R=34.46%
G=30.83%
B=34.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331191340.010.1100.472965.9349.61
Hex8577861B02F128632
Octal205167206113057450662
Binary10000101111011110000110110110101111100101000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857786; }

 p { color: rgb(133,119,134); }

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

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

 a { background-color: rgb(133,119,134); }

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

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

 span { border-color: rgb(133,119,134); }

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