#7D6E7C

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

Shades of Old Lavender #7D6E7C

Tints of Old Lavender #7D6E7C

Color information

#7D6E7C (or 0x7D6E7C) is unknown color: approx Old Lavender. HEX triplet: 7D, 6E and 7C. RGB value is (125,110,124). Sum of RGB (Red+Green+Blue) = 125+110+124=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6E7C is #829183. Grayscale: #747474. Windows color (decimal): -8556932 or 8154749. OLE color: 8154749.

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

Color convert

RGB125110124-
CMYK00.120.010.51
HSL304º6.38%46.08%-
HSV(B)304º12%49.02%-
XYZ17.6716.9721.41-
YUV116.08132.47134.36-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.82%
GREEN value IS 110 (43.36% from 255) = 30.64%
BLUE value IS 124 (48.83% from 255) = 34.54%
R=34.82%
G=30.64%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12511012400.120.010.513046.3846.08
Hex7D6E7C0C13313062e
Octal175156174014163460656
Binary111110111011101111100011001110011100110000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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