#786979

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

Shades of Old Lavender #786979

Tints of Old Lavender #786979

Color information

#786979 (or 0x786979) is unknown color: approx Old Lavender. HEX triplet: 78, 69 and 79. RGB value is (120,105,121). Sum of RGB (Red+Green+Blue) = 120+105+121=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 121 - color contains mainly: blue. Hex color #786979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786979 is #879686. Grayscale: #6F6F6F. Windows color (decimal): -8885895 or 7956856. OLE color: 7956856.

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

Color convert

RGB120105121-
CMYK0.010.1300.53
HSL296.25º7.08%44.31%-
HSV(B)296.25º13.22%47.45%-
XYZ16.2515.4820.22-
YUV111.31133.47134.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.68%
GREEN value IS 105 (41.41% from 255) = 30.35%
BLUE value IS 121 (47.66% from 255) = 34.97%
R=34.68%
G=30.35%
B=34.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201051210.010.1300.53296.257.0844.31
Hex7869791D03512872c
Octal170151171115065450754
Binary111100011010011111001111010110101100101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786979; }

 p { color: rgb(120,105,121); }

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

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

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

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

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

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

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