#786674

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

Shades of Old Lavender #786674

Tints of Old Lavender #786674

Color information

#786674 (or 0x786674) is unknown color: approx Old Lavender. HEX triplet: 78, 66 and 74. RGB value is (120,102,116). Sum of RGB (Red+Green+Blue) = 120+102+116=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 120 - color contains mainly: red. Hex color #786674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786674 is #87998B. Grayscale: #6C6C6C. Windows color (decimal): -8886668 or 7628408. OLE color: 7628408.

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

Color convert

RGB120102116-
CMYK00.150.030.53
HSL313.33º8.11%43.53%-
HSV(B)313.33º15%47.06%-
XYZ15.6514.7618.55-
YUV108.98131.96135.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.50%
GREEN value IS 102 (40.23% from 255) = 30.18%
BLUE value IS 116 (45.70% from 255) = 34.32%
R=35.50%
G=30.18%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010211600.150.030.53313.338.1143.53
Hex7866740F33513982c
Octal1701461640173654711054
Binary11110001100110111010001111111101011001110011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786674; }

 p { color: rgb(120,102,116); }

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

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

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

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

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

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

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