Html Css Color HEX #7A6676 Old Lavender

📋 copy color: '#7A6676'

red 122 ◦ green 102 ◦ blue 118

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

Shades of Old Lavender #7A6676

Tints of Old Lavender #7A6676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.5%

R = 35.67%
G = 29.82%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#7A6676 (or 0x7A6676) is known color: Old Lavender. HEX triplet: 7A, 66 and 76. RGB value is (122,102,118). Sum of RGB (Red+Green+Blue) = 122+102+118=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6676 is #859989. Grayscale: #6D6D6D. Windows color (decimal): -8755594 or 7759482. OLE color: 7759482.

HSL color Cylindrical-coordinate representation of color #7A6676: hue angle of 312º 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 #7A6676 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 102 118 -
CMYK 0 0.16 0.03 0.52
HSL 312º 0.09% 0.44% -
HSV(B) 312º 0.16% 0.48% -
XYZ 16.05 14.95 19.18 -
YUV 109.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 122 102 118 0 0.16 0.03 0.52 312 0.09 0.44
Hex 7A 66 76 0 10 3 34 138 9 2C
Octal 172 146 166 0 20 3 64 470 11 54
Binary 1111010 1100110 1110110 0 10000 11 110100 100111000 1001 101100

Color Harmonies of #7A6676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6676

Black with #7A6676

Text Example


Text Example

White with #7A6676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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