Html Css Color HEX #796079 Old Lavender

📋 copy color: '#796079'

red 121 ◦ green 96 ◦ blue 121

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

Shades of Old Lavender #796079

Tints of Old Lavender #796079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.4%

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

R = 35.8%
G = 28.4%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#796079 (or 0x796079) is known color: Old Lavender. HEX triplet: 79, 60 and 79. RGB value is (121,96,121). Sum of RGB (Red+Green+Blue) = 121+96+121=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 121 - color contains mainly: red, blue. Hex color #796079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796079 is #869F86. Grayscale: #6A6A6A. Windows color (decimal): -8822663 or 7954553. OLE color: 7954553.

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

Color convert

RGB 121 96 121 -
CMYK 0 0.21 0 0.53
HSL 300º 0.12% 0.43% -
HSV(B) 300º 0.21% 0.47% -
XYZ 15.52 13.81 19.94 -
YUV 106.33 136.28 138.47 -
System Red Green Blue C M Y K H S L
Decimal 121 96 121 0 0.21 0 0.53 300 0.12 0.43
Hex 79 60 79 0 15 0 35 12C C 2B
Octal 171 140 171 0 25 0 65 454 14 53
Binary 1111001 1100000 1111001 0 10101 0 110101 100101100 1100 101011

Color Harmonies of #796079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796079

Black with #796079

Text Example


Text Example

White with #796079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796079; }

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

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

background-color css

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

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

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

border-color css

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

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

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