#7C5F76

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

Shades of Old Lavender #7C5F76

Tints of Old Lavender #7C5F76

Color information

#7C5F76 (or 0x7C5F76) is unknown color: approx Old Lavender. HEX triplet: 7C, 5F and 76. RGB value is (124,95,118). Sum of RGB (Red+Green+Blue) = 124+95+118=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5F76 is #83A089. Grayscale: #6A6A6A. Windows color (decimal): -8626314 or 7757692. OLE color: 7757692.

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

Color convert

RGB12495118-
CMYK00.230.050.51
HSL312.41º13.24%42.94%-
HSV(B)312.41º23.39%48.63%-
XYZ15.6713.7818.97-
YUV106.29134.61140.63-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.80%
GREEN value IS 95 (37.5% from 255) = 28.19%
BLUE value IS 118 (46.48% from 255) = 35.01%
R=36.80%
G=28.19%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1249511800.230.050.51312.4113.2442.94
Hex7C5F76017533138d2b
Octal1741371660275634701553
Binary1111100101111111101100101111011100111001110001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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