#7D5672

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

Shades of Old Lavender #7D5672

Tints of Old Lavender #7D5672

Color information

#7D5672 (or 0x7D5672) is unknown color: approx Old Lavender. HEX triplet: 7D, 56 and 72. RGB value is (125,86,114). Sum of RGB (Red+Green+Blue) = 125+86+114=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5672 is #82A98D. Grayscale: #646464. Windows color (decimal): -8563086 or 7493245. OLE color: 7493245.

HSL color Cylindrical-coordinate representation of color #7D5672: hue angle of 316.92º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D5672 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB12586114-
CMYK00.310.090.51
HSL316.92º18.48%41.37%-
HSV(B)316.92º31.2%49.02%-
XYZ14.8212.2317.5-
YUV100.85135.42145.22-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.46%
GREEN value IS 86 (33.98% from 255) = 26.46%
BLUE value IS 114 (44.92% from 255) = 35.08%
R=38.46%
G=26.46%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1258611400.310.090.51316.9218.4841.37
Hex7D567201F93313d1229
Octal17512616203711634752251
Binary111110110101101110010011111100111001110011110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,86,114); }

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

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

 a { background-color: rgb(125,86,114); }

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

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

 span { border-color: rgb(125,86,114); }

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