Html Css Color HEX #797479 Old Lavender

📋 copy color: '#797479'

red 121 ◦ green 116 ◦ blue 121

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

Shades of Old Lavender #797479

Tints of Old Lavender #797479

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.4%

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

R = 33.8%
G = 32.4%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#797479 (or 0x797479) is known color: Old Lavender. HEX triplet: 79, 74 and 79. RGB value is (121,116,121). Sum of RGB (Red+Green+Blue) = 121+116+121=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 121 - color contains mainly: red, blue. Hex color #797479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797479 is #868B86. Grayscale: #767676. Windows color (decimal): -8817543 or 7959673. OLE color: 7959673.

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

Color convert

RGB 121 116 121 -
CMYK 0 0.04 0 0.53
HSL 300º 0.02% 0.46% -
HSV(B) 300º 0.04% 0.47% -
XYZ 17.58 17.94 20.62 -
YUV 118.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 121 116 121 0 0.04 0 0.53 300 0.02 0.46
Hex 79 74 79 0 4 0 35 12C 2 2E
Octal 171 164 171 0 4 0 65 454 2 56
Binary 1111001 1110100 1111001 0 100 0 110101 100101100 10 101110

Color Harmonies of #797479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797479

Black with #797479

Text Example


Text Example

White with #797479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797479; }

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

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

background-color css

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

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

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

border-color css

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

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

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