Html Css Color HEX #796F79 Old Lavender

📋 copy color: '#796F79'

red 121 ◦ green 111 ◦ blue 121

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

Shades of Old Lavender #796F79

Tints of Old Lavender #796F79

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.44%

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

R = 34.28%
G = 31.44%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#796F79 (or 0x796F79) is known color: Old Lavender. HEX triplet: 79, 6F and 79. RGB value is (121,111,121). Sum of RGB (Red+Green+Blue) = 121+111+121=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 121 - color contains mainly: red, blue. Hex color #796F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796F79 is #869086. Grayscale: #737373. Windows color (decimal): -8818823 or 7958393. OLE color: 7958393.

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

Color convert

RGB 121 111 121 -
CMYK 0 0.08 0 0.53
HSL 300º 0.04% 0.45% -
HSV(B) 300º 0.08% 0.47% -
XYZ 17.02 16.81 20.44 -
YUV 115.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 121 111 121 0 0.08 0 0.53 300 0.04 0.45
Hex 79 6F 79 0 8 0 35 12C 4 2D
Octal 171 157 171 0 10 0 65 454 4 55
Binary 1111001 1101111 1111001 0 1000 0 110101 100101100 100 101101

Color Harmonies of #796F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796F79

Black with #796F79

Text Example


Text Example

White with #796F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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