#7C6679

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

Shades of Old Lavender #7C6679

Tints of Old Lavender #7C6679

Color information

#7C6679 (or 0x7C6679) is unknown color: approx Old Lavender. HEX triplet: 7C, 66 and 79. RGB value is (124,102,121). Sum of RGB (Red+Green+Blue) = 124+102+121=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6679 is #839986. Grayscale: #6E6E6E. Windows color (decimal): -8624519 or 7956092. OLE color: 7956092.

HSL color Cylindrical-coordinate representation of color #7C6679: hue angle of 308.18º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7C6679 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB124102121-
CMYK00.180.020.51
HSL308.18º9.73%44.31%-
HSV(B)308.18º17.74%48.63%-
XYZ16.5115.1720.15-
YUV110.74133.79137.46-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.73%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 121 (47.66% from 255) = 34.87%
R=35.73%
G=29.39%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12410212100.180.020.51308.189.7344.31
Hex7C6679012233134a2c
Octal1741461710222634641254
Binary111110011001101111001010010101100111001101001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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