#7E5C75

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

Shades of Old Lavender #7E5C75

Tints of Old Lavender #7E5C75

Color information

#7E5C75 (or 0x7E5C75) is unknown color: approx Old Lavender. HEX triplet: 7E, 5C and 75. RGB value is (126,92,117). Sum of RGB (Red+Green+Blue) = 126+92+117=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5C75 is #81A38A. Grayscale: #686868. Windows color (decimal): -8496011 or 7691390. OLE color: 7691390.

HSL color Cylindrical-coordinate representation of color #7E5C75: hue angle of 315.88º 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 #7E5C75 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB12692117-
CMYK00.270.070.51
HSL315.88º15.6%42.75%-
HSV(B)315.88º26.98%49.41%-
XYZ15.6413.3718.59-
YUV105.02134.76142.97-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.61%
GREEN value IS 92 (36.33% from 255) = 27.46%
BLUE value IS 117 (46.09% from 255) = 34.93%
R=37.61%
G=27.46%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1269211700.270.070.51315.8815.642.75
Hex7E5C7501B73313c102b
Octal1761341650337634742053
Binary11111101011100111010101101111111001110011110010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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