#787078

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

Shades of Old Lavender #787078

Tints of Old Lavender #787078

Color information

#787078 (or 0x787078) is unknown color: approx Old Lavender. HEX triplet: 78, 70 and 78. RGB value is (120,112,120). Sum of RGB (Red+Green+Blue) = 120+112+120=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #787078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787078 is #878F87. Grayscale: #737373. Windows color (decimal): -8884104 or 7893112. OLE color: 7893112.

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

Color convert

RGB120112120-
CMYK00.0700.53
HSL300º3.45%45.49%-
HSV(B)300º6.67%47.06%-
XYZ16.9316.9420.15-
YUV115.3130.65131.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.09%
GREEN value IS 112 (44.14% from 255) = 31.82%
BLUE value IS 120 (47.27% from 255) = 34.09%
R=34.09%
G=31.82%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011212000.0700.533003.4545.49
Hex7870780703512c32d
Octal17016017007065454355
Binary1111000111000011110000111011010110010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787078; }

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

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

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

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

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

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

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

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