#7C6079

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

Shades of Old Lavender #7C6079

Tints of Old Lavender #7C6079

Color information

#7C6079 (or 0x7C6079) is unknown color: approx Old Lavender. HEX triplet: 7C, 60 and 79. RGB value is (124,96,121). Sum of RGB (Red+Green+Blue) = 124+96+121=341 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.36% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6079 is #839F86. Grayscale: #6B6B6B. Windows color (decimal): -8626055 or 7954556. OLE color: 7954556.

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

Color convert

RGB12496121-
CMYK00.230.020.51
HSL306.43º12.73%43.14%-
HSV(B)306.43º22.58%48.63%-
XYZ15.9514.0319.96-
YUV107.22135.78139.97-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.36%
GREEN value IS 96 (37.89% from 255) = 28.15%
BLUE value IS 121 (47.66% from 255) = 35.48%
R=36.36%
G=28.15%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1249612100.230.020.51306.4312.7343.14
Hex7C6079017233132d2b
Octal1741401710272634621553
Binary111110011000001111001010111101100111001100101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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