Html Css Color HEX #79707A Old Lavender

📋 copy color: '#79707A'

red 121 ◦ green 112 ◦ blue 122

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

Shades of Old Lavender #79707A

Tints of Old Lavender #79707A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.37%

R = 34.08%
G = 31.55%
B = 34.37%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#79707A (or 0x79707A) is known color: Old Lavender. HEX triplet: 79, 70 and 7A. RGB value is (121,112,122). Sum of RGB (Red+Green+Blue) = 121+112+122=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 122 - color contains mainly: blue. Hex color #79707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79707A is #868F85. Grayscale: #737373. Windows color (decimal): -8818566 or 8024185. OLE color: 8024185.

HSL color Cylindrical-coordinate representation of color #79707A: hue angle of 294º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #79707A is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 121 112 122 -
CMYK 0.01 0.08 0 0.52
HSL 294º 0.04% 0.46% -
HSV(B) 294º 0.08% 0.48% -
XYZ 17.19 17.06 20.8 -
YUV 115.83 131.48 131.69 -
System Red Green Blue C M Y K H S L
Decimal 121 112 122 0.01 0.08 0 0.52 294 0.04 0.46
Hex 79 70 7A 1 8 0 34 126 4 2E
Octal 171 160 172 1 10 0 64 446 4 56
Binary 1111001 1110000 1111010 1 1000 0 110100 100100110 100 101110

Color Harmonies of #79707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79707A

Black with #79707A

Text Example


Text Example

White with #79707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79707A; }

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

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

background-color css

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

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

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

border-color css

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

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

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