#785E73

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

Shades of Old Lavender #785E73

Tints of Old Lavender #785E73

Color information

#785E73 (or 0x785E73) is unknown color: approx Old Lavender. HEX triplet: 78, 5E and 73. RGB value is (120,94,115). Sum of RGB (Red+Green+Blue) = 120+94+115=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 120 - color contains mainly: red. Hex color #785E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785E73 is #87A18C. Grayscale: #686868. Windows color (decimal): -8888717 or 7560824. OLE color: 7560824.

HSL color Cylindrical-coordinate representation of color #785E73: hue angle of 311.54º 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 #785E73 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB12094115-
CMYK00.220.040.53
HSL311.54º12.15%41.96%-
HSV(B)311.54º21.67%47.06%-
XYZ14.8413.2417.99-
YUV104.17134.11139.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.47%
GREEN value IS 94 (37.11% from 255) = 28.57%
BLUE value IS 115 (45.31% from 255) = 34.95%
R=36.47%
G=28.57%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209411500.220.040.53311.5412.1541.96
Hex785E73016435138c2a
Octal1701361630264654701452
Binary1111000101111011100110101101001101011001110001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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