#786478

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

Shades of Old Lavender #786478

Tints of Old Lavender #786478

Color information

#786478 (or 0x786478) is unknown color: approx Old Lavender. HEX triplet: 78, 64 and 78. RGB value is (120,100,120). Sum of RGB (Red+Green+Blue) = 120+100+120=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #786478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786478 is #879B87. Grayscale: #6C6C6C. Windows color (decimal): -8887176 or 7890040. OLE color: 7890040.

HSL color Cylindrical-coordinate representation of color #786478: 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.17%. Process color model (Four color, CMYK) of #786478 is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB120100120-
CMYK00.1700.53
HSL300º9.09%43.14%-
HSV(B)300º16.67%47.06%-
XYZ15.6914.4619.73-
YUV108.26134.63136.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.29%
GREEN value IS 100 (39.45% from 255) = 29.41%
BLUE value IS 120 (47.27% from 255) = 35.29%
R=35.29%
G=29.41%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010012000.1700.533009.0943.14
Hex78647801103512c92b
Octal1701441700210654541153
Binary11110001100100111100001000101101011001011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786478; }

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

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

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

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

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

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

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

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