#796B79

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

Shades of Old Lavender #796B79

Tints of Old Lavender #796B79

Color information

#796B79 (or 0x796B79) is unknown color: approx Old Lavender. HEX triplet: 79, 6B and 79. RGB value is (121,107,121). Sum of RGB (Red+Green+Blue) = 121+107+121=349 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.67% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 121 - color contains mainly: red, blue. Hex color #796B79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796B79 is #869486. Grayscale: #707070. Windows color (decimal): -8819847 or 7957369. OLE color: 7957369.

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

Color convert

RGB121107121-
CMYK00.1200.53
HSL300º6.14%44.71%-
HSV(B)300º11.57%47.45%-
XYZ16.5915.9620.3-
YUV112.78132.64133.86-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.67%
GREEN value IS 107 (42.19% from 255) = 30.66%
BLUE value IS 121 (47.66% from 255) = 34.67%
R=34.67%
G=30.66%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110712100.1200.533006.1444.71
Hex796B790C03512c62d
Octal171153171014065454655
Binary111100111010111111001011000110101100101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796B79; }

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

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

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

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

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

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

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

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