#785873

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

Shades of Old Lavender #785873

Tints of Old Lavender #785873

Color information

#785873 (or 0x785873) is unknown color: approx Old Lavender. HEX triplet: 78, 58 and 73. RGB value is (120,88,115). Sum of RGB (Red+Green+Blue) = 120+88+115=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 120 - color contains mainly: red. Hex color #785873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785873 is #87A78C. Grayscale: #646464. Windows color (decimal): -8890253 or 7559288. OLE color: 7559288.

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

Color convert

RGB12088115-
CMYK00.270.040.53
HSL309.38º15.38%40.78%-
HSV(B)309.38º26.67%47.06%-
XYZ14.3312.2117.82-
YUV100.65136.1141.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.15%
GREEN value IS 88 (34.77% from 255) = 27.24%
BLUE value IS 115 (45.31% from 255) = 35.60%
R=37.15%
G=27.24%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208811500.270.040.53309.3815.3840.78
Hex78587301B435135f29
Octal1701301630334654651751
Binary1111000101100011100110110111001101011001101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785873; }

 p { color: rgb(120,88,115); }

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

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

 a { background-color: rgb(120,88,115); }

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

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

 span { border-color: rgb(120,88,115); }

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