Html Css Color HEX #797079 Old Lavender

📋 copy color: '#797079'

red 121 ◦ green 112 ◦ blue 121

#797079
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Lavender #797079

Tints of Old Lavender #797079

RGB

 RED value IS 121 (47.66% from 255) = 34.18%

 GREEN value IS 112 (44.14% from 255) = 31.64%

 BLUE value IS 121 (47.66% from 255) = 34.18%

R = 34.18%
G = 31.64%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#797079 (or 0x797079) is known color: Old Lavender. HEX triplet: 79, 70 and 79. RGB value is (121,112,121). Sum of RGB (Red+Green+Blue) = 121+112+121=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 121 - color contains mainly: red, blue. Hex color #797079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797079 is #868F86. Grayscale: #737373. Windows color (decimal): -8818567 or 7958649. OLE color: 7958649.

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

Color convert

RGB 121 112 121 -
CMYK 0 0.07 0 0.53
HSL 300º 0.04% 0.46% -
HSV(B) 300º 0.07% 0.47% -
XYZ 17.13 17.03 20.47 -
YUV 115.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 121 112 121 0 0.07 0 0.53 300 0.04 0.46
Hex 79 70 79 0 7 0 35 12C 4 2E
Octal 171 160 171 0 7 0 65 454 4 56
Binary 1111001 1110000 1111001 0 111 0 110101 100101100 100 101110

Color Harmonies of #797079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797079

Black with #797079

Text Example


Text Example

White with #797079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797079; }

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

 H1.HeaderClassName
 {
   color: #797079;
 }
 .AnyTagClassName
 {
   color: #797079;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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