#786578

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

Shades of Old Lavender #786578

Tints of Old Lavender #786578

Color information

#786578 (or 0x786578) is unknown color: approx Old Lavender. HEX triplet: 78, 65 and 78. RGB value is (120,101,120). Sum of RGB (Red+Green+Blue) = 120+101+120=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #786578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786578 is #879A87. Grayscale: #6C6C6C. Windows color (decimal): -8886920 or 7890296. OLE color: 7890296.

HSL color Cylindrical-coordinate representation of color #786578: hue angle of 300º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #786578 is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB120101120-
CMYK00.1600.53
HSL300º8.6%43.33%-
HSV(B)300º15.83%47.06%-
XYZ15.7914.6619.77-
YUV108.85134.29135.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.19%
GREEN value IS 101 (39.84% from 255) = 29.62%
BLUE value IS 120 (47.27% from 255) = 35.19%
R=35.19%
G=29.62%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010112000.1600.533008.643.33
Hex78657801003512c92b
Octal1701451700200654541153
Binary11110001100101111100001000001101011001011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786578; }

 p { color: rgb(120,101,120); }

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

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

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

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

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

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

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