#7A6676

Color #7A6676 Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #7A6676

Tints of Old Lavender #7A6676

Color information

#7A6676 (or 0x7A6676) is unknown color: approx 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

RGB122102118-
CMYK00.160.030.52
HSL312º8.93%43.92%-
HSV(B)312º16.39%47.84%-
XYZ16.0514.9519.18-
YUV109.8132.63136.7-

RGB Variations

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

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.50%
R=35.67%
G=29.82%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12210211800.160.030.523128.9343.92
Hex7A667601033413892c
Octal1721461660203644701154
Binary111101011001101110110010000111101001001110001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>