Html Css Color HEX #7A6E79 Old Lavender

📋 copy color: '#7A6E79'

red 122 ◦ green 110 ◦ blue 121

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

Shades of Old Lavender #7A6E79

Tints of Old Lavender #7A6E79

RGB

 RED value IS 122 (48.05% from 255) = 34.56%

 GREEN value IS 110 (43.36% from 255) = 31.16%

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

R = 34.56%
G = 31.16%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#7A6E79 (or 0x7A6E79) is known color: Old Lavender. HEX triplet: 7A, 6E and 79. RGB value is (122,110,121). Sum of RGB (Red+Green+Blue) = 122+110+121=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6E79 is #859186. Grayscale: #727272. Windows color (decimal): -8753543 or 7958138. OLE color: 7958138.

HSL color Cylindrical-coordinate representation of color #7A6E79: hue angle of 305º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7A6E79 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 110 121 -
CMYK 0 0.10 0.01 0.52
HSL 305º 0.05% 0.45% -
HSV(B) 305º 0.1% 0.48% -
XYZ 17.05 16.67 20.41 -
YUV 114.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 122 110 121 0 0.10 0.01 0.52 305 0.05 0.45
Hex 7A 6E 79 0 A 1 34 131 5 2D
Octal 172 156 171 0 12 1 64 461 5 55
Binary 1111010 1101110 1111001 0 1010 1 110100 100110001 101 101101

Color Harmonies of #7A6E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6E79

Black with #7A6E79

Text Example


Text Example

White with #7A6E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A6E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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