#79707A

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

Shades of Old Lavender #79707A

Tints of Old Lavender #79707A

Color information

#79707A (or 0x79707A) is unknown color: approx Old Lavender. HEX triplet: 79, 70 and 7A. RGB value is (121,112,122). Sum of RGB (Red+Green+Blue) = 121+112+122=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 122 - color contains mainly: blue. Hex color #79707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79707A is #868F85. Grayscale: #737373. Windows color (decimal): -8818566 or 8024185. OLE color: 8024185.

HSL color Cylindrical-coordinate representation of color #79707A: hue angle of 294º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #79707A is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB121112122-
CMYK0.010.0800.52
HSL294º4.27%45.88%-
HSV(B)294º8.2%47.84%-
XYZ17.1917.0620.8-
YUV115.83131.48131.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.08%
GREEN value IS 112 (44.14% from 255) = 31.55%
BLUE value IS 122 (48.05% from 255) = 34.37%
R=34.08%
G=31.55%
B=34.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1211121220.010.0800.522944.2745.88
Hex79707A1803412642e
Octal171160172110064446456
Binary111100111100001111010110000110100100100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79707A; }

 p { color: rgb(121,112,122); }

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

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

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

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

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

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

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