#785E76

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

Shades of Old Lavender #785E76

Tints of Old Lavender #785E76

Color information

#785E76 (or 0x785E76) is unknown color: approx Old Lavender. HEX triplet: 78, 5E and 76. RGB value is (120,94,118). Sum of RGB (Red+Green+Blue) = 120+94+118=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 120 - color contains mainly: red. Hex color #785E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785E76 is #87A189. Grayscale: #686868. Windows color (decimal): -8888714 or 7757432. OLE color: 7757432.

HSL color Cylindrical-coordinate representation of color #785E76: hue angle of 304.62º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #785E76 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB12094118-
CMYK00.220.020.53
HSL304.62º12.15%41.96%-
HSV(B)304.62º21.67%47.06%-
XYZ15.0213.3118.92-
YUV104.51135.61139.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.14%
GREEN value IS 94 (37.11% from 255) = 28.31%
BLUE value IS 118 (46.48% from 255) = 35.54%
R=36.14%
G=28.31%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209411800.220.020.53304.6212.1541.96
Hex785E76016235131c2a
Octal1701361660262654611452
Binary111100010111101110110010110101101011001100011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785E76; }

 p { color: rgb(120,94,118); }

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

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

 a { background-color: rgb(120,94,118); }

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

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

 span { border-color: rgb(120,94,118); }

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