#786778

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

Shades of Old Lavender #786778

Tints of Old Lavender #786778

Color information

#786778 (or 0x786778) is unknown color: approx Old Lavender. HEX triplet: 78, 67 and 78. RGB value is (120,103,120). Sum of RGB (Red+Green+Blue) = 120+103+120=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #786778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786778 is #879887. Grayscale: #6D6D6D. Windows color (decimal): -8886408 or 7890808. OLE color: 7890808.

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

Color convert

RGB120103120-
CMYK00.1400.53
HSL300º7.62%43.73%-
HSV(B)300º14.17%47.06%-
XYZ15.9915.0519.83-
YUV110.02133.63135.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.99%
GREEN value IS 103 (40.62% from 255) = 30.03%
BLUE value IS 120 (47.27% from 255) = 34.99%
R=34.99%
G=30.03%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010312000.1400.533007.6243.73
Hex7867780E03512c82c
Octal1701471700160654541054
Binary1111000110011111110000111001101011001011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786778; }

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

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

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

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

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

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

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

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