#79697B

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

Shades of Old Lavender #79697B

Tints of Old Lavender #79697B

Color information

#79697B (or 0x79697B) is unknown color: approx Old Lavender. HEX triplet: 79, 69 and 7B. RGB value is (121,105,123). Sum of RGB (Red+Green+Blue) = 121+105+123=349 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.67% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 123 - color contains mainly: blue. Hex color #79697B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79697B is #869684. Grayscale: #6F6F6F. Windows color (decimal): -8820357 or 8087929. OLE color: 8087929.

HSL color Cylindrical-coordinate representation of color #79697B: hue angle of 293.33º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #79697B is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB121105123-
CMYK0.020.1500.52
HSL293.33º7.89%44.71%-
HSV(B)293.33º14.63%48.24%-
XYZ16.5115.620.88-
YUV111.84134.3134.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.67%
GREEN value IS 105 (41.41% from 255) = 30.09%
BLUE value IS 123 (48.44% from 255) = 35.24%
R=34.67%
G=30.09%
B=35.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1211051230.020.1500.52293.337.8944.71
Hex79697B2F03412582d
Octal1711511732170644451055
Binary11110011101001111101110111101101001001001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79697B; }

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

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

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

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

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

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

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

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