Html Css Color HEX #797279 Old Lavender

📋 copy color: '#797279'

red 121 ◦ green 114 ◦ blue 121

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

Shades of Old Lavender #797279

Tints of Old Lavender #797279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.02%

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

R = 33.99%
G = 32.02%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#797279 (or 0x797279) is known color: Old Lavender. HEX triplet: 79, 72 and 79. RGB value is (121,114,121). Sum of RGB (Red+Green+Blue) = 121+114+121=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 121 - color contains mainly: red, blue. Hex color #797279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797279 is #868D86. Grayscale: #747474. Windows color (decimal): -8818055 or 7959161. OLE color: 7959161.

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

Color convert

RGB 121 114 121 -
CMYK 0 0.06 0 0.53
HSL 300º 0.03% 0.46% -
HSV(B) 300º 0.06% 0.47% -
XYZ 17.35 17.48 20.55 -
YUV 116.89 130.32 130.93 -
System Red Green Blue C M Y K H S L
Decimal 121 114 121 0 0.06 0 0.53 300 0.03 0.46
Hex 79 72 79 0 6 0 35 12C 3 2E
Octal 171 162 171 0 6 0 65 454 3 56
Binary 1111001 1110010 1111001 0 110 0 110101 100101100 11 101110

Color Harmonies of #797279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797279

Black with #797279

Text Example


Text Example

White with #797279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797279; }

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

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

background-color css

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

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

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

border-color css

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

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

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