#7C5772

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

Shades of Old Lavender #7C5772

Tints of Old Lavender #7C5772

Color information

#7C5772 (or 0x7C5772) is unknown color: approx Old Lavender. HEX triplet: 7C, 57 and 72. RGB value is (124,87,114). Sum of RGB (Red+Green+Blue) = 124+87+114=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5772 is #83A88D. Grayscale: #656565. Windows color (decimal): -8628366 or 7493500. OLE color: 7493500.

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

Color convert

RGB12487114-
CMYK00.300.080.51
HSL316.22º17.54%41.37%-
HSV(B)316.22º29.84%48.63%-
XYZ14.7612.3217.52-
YUV101.14135.26144.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.15%
GREEN value IS 87 (34.38% from 255) = 26.77%
BLUE value IS 114 (44.92% from 255) = 35.08%
R=38.15%
G=26.77%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1248711400.300.080.51316.2217.5441.37
Hex7C577201E83313c1229
Octal17412716203610634742251
Binary111110010101111110010011110100011001110011110010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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