#857787

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

Shades of Old Lavender #857787

Tints of Old Lavender #857787

Color information

#857787 (or 0x857787) is unknown color: approx Old Lavender. HEX triplet: 85, 77 and 87. RGB value is (133,119,135). Sum of RGB (Red+Green+Blue) = 133+119+135=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 135 - color contains mainly: blue. Hex color #857787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857787 is #7A8878. Grayscale: #7C7C7C. Windows color (decimal): -8030329 or 8877957. OLE color: 8877957.

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

Color convert

RGB133119135-
CMYK0.010.1200.47
HSL292.5º6.3%49.8%-
HSV(B)292.5º11.85%52.94%-
XYZ20.6419.9325.68-
YUV125.01133.64133.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 119 (46.88% from 255) = 30.75%
BLUE value IS 135 (53.12% from 255) = 34.88%
R=34.37%
G=30.75%
B=34.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331191350.010.1200.47292.56.349.8
Hex8577871C02F125632
Octal205167207114057445662
Binary10000101111011110000111111000101111100100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857787; }

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

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

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

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

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

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

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

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