#785672

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

Shades of Old Lavender #785672

Tints of Old Lavender #785672

Color information

#785672 (or 0x785672) is unknown color: approx Old Lavender. HEX triplet: 78, 56 and 72. RGB value is (120,86,114). Sum of RGB (Red+Green+Blue) = 120+86+114=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 120 - color contains mainly: red. Hex color #785672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785672 is #87A98D. Grayscale: #636363. Windows color (decimal): -8890766 or 7493240. OLE color: 7493240.

HSL color Cylindrical-coordinate representation of color #785672: hue angle of 310.59º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #785672 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB12086114-
CMYK00.280.050.53
HSL310.59º16.5%40.39%-
HSV(B)310.59º28.33%47.06%-
XYZ14.1111.8617.47-
YUV99.36136.26142.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.5%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 114 (44.92% from 255) = 35.62%
R=37.5%
G=26.88%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208611400.280.050.53310.5916.540.39
Hex78567201C5351371128
Octal1701261620345654672150
Binary11110001010110111001001110010111010110011011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785672; }

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

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

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

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

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

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

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

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