#785D72

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

Shades of Old Lavender #785D72

Tints of Old Lavender #785D72

Color information

#785D72 (or 0x785D72) is unknown color: approx Old Lavender. HEX triplet: 78, 5D and 72. RGB value is (120,93,114). Sum of RGB (Red+Green+Blue) = 120+93+114=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 120 - color contains mainly: red. Hex color #785D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785D72 is #87A28D. Grayscale: #676767. Windows color (decimal): -8888974 or 7495032. OLE color: 7495032.

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

Color convert

RGB12093114-
CMYK00.220.050.53
HSL313.33º12.68%41.76%-
HSV(B)313.33º22.5%47.06%-
XYZ14.713.0417.66-
YUV103.47133.95139.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.70%
GREEN value IS 93 (36.72% from 255) = 28.44%
BLUE value IS 114 (44.92% from 255) = 34.86%
R=36.70%
G=28.44%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209311400.220.050.53313.3312.6841.76
Hex785D72016535139d2a
Octal1701351620265654711552
Binary1111000101110111100100101101011101011001110011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,93,114); }

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

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

 a { background-color: rgb(120,93,114); }

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

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

 span { border-color: rgb(120,93,114); }

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