#787378

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

Shades of Old Lavender #787378

Tints of Old Lavender #787378

Color information

#787378 (or 0x787378) is unknown color: approx Old Lavender. HEX triplet: 78, 73 and 78. RGB value is (120,115,120). Sum of RGB (Red+Green+Blue) = 120+115+120=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #787378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787378 is #878C87. Grayscale: #757575. Windows color (decimal): -8883336 or 7893880. OLE color: 7893880.

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

Color convert

RGB120115120-
CMYK00.0400.53
HSL300º2.13%46.08%-
HSV(B)300º4.17%47.06%-
XYZ17.2717.6120.26-
YUV117.06129.66130.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.80%
GREEN value IS 115 (45.31% from 255) = 32.39%
BLUE value IS 120 (47.27% from 255) = 33.80%
R=33.80%
G=32.39%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011512000.0400.533002.1346.08
Hex7873780403512c22e
Octal17016317004065454256
Binary1111000111001111110000100011010110010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787378; }

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

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

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

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

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

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

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

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