#796778

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

Shades of Old Lavender #796778

Tints of Old Lavender #796778

Color information

#796778 (or 0x796778) is unknown color: approx Old Lavender. HEX triplet: 79, 67 and 78. RGB value is (121,103,120). Sum of RGB (Red+Green+Blue) = 121+103+120=344 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.17% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 121 - color contains mainly: red. Hex color #796778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796778 is #869887. Grayscale: #6E6E6E. Windows color (decimal): -8820872 or 7890809. OLE color: 7890809.

HSL color Cylindrical-coordinate representation of color #796778: hue angle of 303.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 #796778 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB121103120-
CMYK00.150.010.53
HSL303.33º8.04%43.92%-
HSV(B)303.33º14.88%47.45%-
XYZ16.1315.1219.84-
YUV110.32133.46135.62-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.17%
GREEN value IS 103 (40.62% from 255) = 29.94%
BLUE value IS 120 (47.27% from 255) = 34.88%
R=35.17%
G=29.94%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110312000.150.010.53303.338.0443.92
Hex7967780F13512f82c
Octal1711471700171654571054
Binary1111001110011111110000111111101011001011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796778; }

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

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

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

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

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

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

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

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