#785874

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

Shades of Old Lavender #785874

Tints of Old Lavender #785874

Color information

#785874 (or 0x785874) is unknown color: approx Old Lavender. HEX triplet: 78, 58 and 74. RGB value is (120,88,116). Sum of RGB (Red+Green+Blue) = 120+88+116=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 120 - color contains mainly: red. Hex color #785874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785874 is #87A78B. Grayscale: #646464. Windows color (decimal): -8890252 or 7624824. OLE color: 7624824.

HSL color Cylindrical-coordinate representation of color #785874: hue angle of 307.5º 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 #785874 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB12088116-
CMYK00.270.030.53
HSL307.5º15.38%40.78%-
HSV(B)307.5º26.67%47.06%-
XYZ14.3912.2318.13-
YUV100.76136.6141.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.04%
GREEN value IS 88 (34.77% from 255) = 27.16%
BLUE value IS 116 (45.70% from 255) = 35.80%
R=37.04%
G=27.16%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208811600.270.030.53307.515.3840.78
Hex78587401B335134f29
Octal1701301640333654641751
Binary111100010110001110100011011111101011001101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785874; }

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

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

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

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

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

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

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

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