#7E5C76

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

Shades of Old Lavender #7E5C76

Tints of Old Lavender #7E5C76

Color information

#7E5C76 (or 0x7E5C76) is unknown color: approx Old Lavender. HEX triplet: 7E, 5C and 76. RGB value is (126,92,118). Sum of RGB (Red+Green+Blue) = 126+92+118=336 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.5% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5C76 is #81A389. Grayscale: #696969. Windows color (decimal): -8496010 or 7756926. OLE color: 7756926.

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

Color convert

RGB12692118-
CMYK00.270.060.51
HSL314.12º15.6%42.75%-
HSV(B)314.12º26.98%49.41%-
XYZ15.713.418.9-
YUV105.13135.26142.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.5%
GREEN value IS 92 (36.33% from 255) = 27.38%
BLUE value IS 118 (46.48% from 255) = 35.12%
R=37.5%
G=27.38%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1269211800.270.060.51314.1215.642.75
Hex7E5C7601B63313a102b
Octal1761341660336634722053
Binary11111101011100111011001101111011001110011101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,92,118); }

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

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

 a { background-color: rgb(126,92,118); }

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

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

 span { border-color: rgb(126,92,118); }

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