#797879

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

Shades of Old Lavender #797879

Tints of Old Lavender #797879

Color information

#797879 (or 0x797879) is unknown color: approx Old Lavender. HEX triplet: 79, 78 and 79. RGB value is (121,120,121). Sum of RGB (Red+Green+Blue) = 121+120+121=362 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.43% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 121 - color contains mainly: red, blue. Hex color #797879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797879 is #868786. Grayscale: #787878. Windows color (decimal): -8816519 or 7960697. OLE color: 7960697.

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

Color convert

RGB121120121-
CMYK00.0100.53
HSL300º0.41%47.25%-
HSV(B)300º0.83%47.45%-
XYZ18.0518.8820.78-
YUV120.41128.33128.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.43%
GREEN value IS 120 (47.27% from 255) = 33.15%
BLUE value IS 121 (47.66% from 255) = 33.43%
R=33.43%
G=33.15%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12112012100.0100.533000.4147.25
Hex7978790103512c02f
Octal17117017101065454057
Binary1111001111100011110010101101011001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797879; }

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

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

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

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

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

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

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

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