#7A6677

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

Shades of Old Lavender #7A6677

Tints of Old Lavender #7A6677

Color information

#7A6677 (or 0x7A6677) is unknown color: approx Old Lavender. HEX triplet: 7A, 66 and 77. RGB value is (122,102,119). Sum of RGB (Red+Green+Blue) = 122+102+119=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6677 is #859988. Grayscale: #6D6D6D. Windows color (decimal): -8755593 or 7825018. OLE color: 7825018.

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

Color convert

RGB122102119-
CMYK00.160.020.52
HSL309º8.93%43.92%-
HSV(B)309º16.39%47.84%-
XYZ16.1114.9719.49-
YUV109.92133.13136.62-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.57%
GREEN value IS 102 (40.23% from 255) = 29.74%
BLUE value IS 119 (46.88% from 255) = 34.69%
R=35.57%
G=29.74%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12210211900.160.020.523098.9343.92
Hex7A667701023413592c
Octal1721461670202644651154
Binary111101011001101110111010000101101001001101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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