#7C5976

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

Shades of Old Lavender #7C5976

Tints of Old Lavender #7C5976

Color information

#7C5976 (or 0x7C5976) is unknown color: approx Old Lavender. HEX triplet: 7C, 59 and 76. RGB value is (124,89,118). Sum of RGB (Red+Green+Blue) = 124+89+118=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5976 is #83A689. Grayscale: #666666. Windows color (decimal): -8627850 or 7756156. OLE color: 7756156.

HSL color Cylindrical-coordinate representation of color #7C5976: hue angle of 310.29º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C5976 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB12489118-
CMYK00.280.050.51
HSL310.29º16.43%41.76%-
HSV(B)310.29º28.23%48.63%-
XYZ15.1512.7418.8-
YUV102.77136.6143.14-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.46%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 118 (46.48% from 255) = 35.65%
R=37.46%
G=26.89%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1248911800.280.050.51310.2916.4341.76
Hex7C597601C533136102a
Octal1741311660345634662052
Binary11111001011001111011001110010111001110011011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,89,118); }

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

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

 a { background-color: rgb(124,89,118); }

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

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

 span { border-color: rgb(124,89,118); }

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