#7A6776

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

Shades of Old Lavender #7A6776

Tints of Old Lavender #7A6776

Color information

#7A6776 (or 0x7A6776) is unknown color: approx Old Lavender. HEX triplet: 7A, 67 and 76. RGB value is (122,103,118). Sum of RGB (Red+Green+Blue) = 122+103+118=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6776 is #859889. Grayscale: #6E6E6E. Windows color (decimal): -8755338 or 7759738. OLE color: 7759738.

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

Color convert

RGB122103118-
CMYK00.160.030.52
HSL312.63º8.44%44.12%-
HSV(B)312.63º15.57%47.84%-
XYZ16.1515.1519.21-
YUV110.39132.29136.28-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.57%
GREEN value IS 103 (40.62% from 255) = 30.03%
BLUE value IS 118 (46.48% from 255) = 34.40%
R=35.57%
G=30.03%
B=34.40%

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
Decimal12210311800.160.030.52312.638.4444.12
Hex7A677601033413982c
Octal1721471660203644711054
Binary111101011001111110110010000111101001001110011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A6776;
 }
 .AnyTagClassName
 {
   color: #7A6776;
 }
</style>
background-color css

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

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

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

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

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

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