Html Css Color HEX #7A6679 Old Lavender

📋 copy color: '#7A6679'

red 122 ◦ green 102 ◦ blue 121

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

Shades of Old Lavender #7A6679

Tints of Old Lavender #7A6679

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.57%

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

R = 35.36%
G = 29.57%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#7A6679 (or 0x7A6679) is known color: Old Lavender. HEX triplet: 7A, 66 and 79. RGB value is (122,102,121). Sum of RGB (Red+Green+Blue) = 122+102+121=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6679 is #859986. Grayscale: #6E6E6E. Windows color (decimal): -8755591 or 7956090. OLE color: 7956090.

HSL color Cylindrical-coordinate representation of color #7A6679: hue angle of 303º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A6679 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 102 121 -
CMYK 0 0.16 0.01 0.52
HSL 303º 0.09% 0.44% -
HSV(B) 303º 0.16% 0.48% -
XYZ 16.23 15.02 20.13 -
YUV 110.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 122 102 121 0 0.16 0.01 0.52 303 0.09 0.44
Hex 7A 66 79 0 10 1 34 12F 9 2C
Octal 172 146 171 0 20 1 64 457 11 54
Binary 1111010 1100110 1111001 0 10000 1 110100 100101111 1001 101100

Color Harmonies of #7A6679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6679

Black with #7A6679

Text Example


Text Example

White with #7A6679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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