#7C5672

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

Shades of Old Lavender #7C5672

Tints of Old Lavender #7C5672

Color information

#7C5672 (or 0x7C5672) is unknown color: approx Old Lavender. HEX triplet: 7C, 56 and 72. RGB value is (124,86,114). Sum of RGB (Red+Green+Blue) = 124+86+114=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5672 is #83A98D. Grayscale: #646464. Windows color (decimal): -8628622 or 7493244. OLE color: 7493244.

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

Color convert

RGB12486114-
CMYK00.310.080.51
HSL315.79º18.1%41.18%-
HSV(B)315.79º30.65%48.63%-
XYZ14.6812.1617.49-
YUV100.55135.59144.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.27%
GREEN value IS 86 (33.98% from 255) = 26.54%
BLUE value IS 114 (44.92% from 255) = 35.19%
R=38.27%
G=26.54%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1248611400.310.080.51315.7918.141.18
Hex7C567201F83313c1229
Octal17412616203710634742251
Binary111110010101101110010011111100011001110011110010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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