#7E6E7D

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

Shades of Old Lavender #7E6E7D

Tints of Old Lavender #7E6E7D

Color information

#7E6E7D (or 0x7E6E7D) is unknown color: approx Old Lavender. HEX triplet: 7E, 6E and 7D. RGB value is (126,110,125). Sum of RGB (Red+Green+Blue) = 126+110+125=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6E7D is #819182. Grayscale: #747474. Windows color (decimal): -8491395 or 8220286. OLE color: 8220286.

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

Color convert

RGB126110125-
CMYK00.130.010.51
HSL303.75º6.78%46.27%-
HSV(B)303.75º12.7%49.41%-
XYZ17.8817.0721.75-
YUV116.49132.8134.78-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.90%
GREEN value IS 110 (43.36% from 255) = 30.47%
BLUE value IS 125 (49.22% from 255) = 34.63%
R=34.90%
G=30.47%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12611012500.130.010.51303.756.7846.27
Hex7E6E7D0D13313072e
Octal176156175015163460756
Binary111111011011101111101011011110011100110000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,110,125); }

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

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

 a { background-color: rgb(126,110,125); }

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

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

 span { border-color: rgb(126,110,125); }

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