#7D5C74

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

Shades of Old Lavender #7D5C74

Tints of Old Lavender #7D5C74

Color information

#7D5C74 (or 0x7D5C74) is unknown color: approx Old Lavender. HEX triplet: 7D, 5C and 74. RGB value is (125,92,116). Sum of RGB (Red+Green+Blue) = 125+92+116=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5C74 is #82A38B. Grayscale: #686868. Windows color (decimal): -8561548 or 7625853. OLE color: 7625853.

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

Color convert

RGB12592116-
CMYK00.260.070.51
HSL316.36º15.21%42.55%-
HSV(B)316.36º26.4%49.02%-
XYZ15.4413.2818.27-
YUV104.6134.43142.55-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.54%
GREEN value IS 92 (36.33% from 255) = 27.63%
BLUE value IS 116 (45.70% from 255) = 34.83%
R=37.54%
G=27.63%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1259211600.260.070.51316.3615.2142.55
Hex7D5C7401A73313cf2b
Octal1751341640327634741753
Binary1111101101110011101000110101111100111001111001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,92,116); }

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

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

 a { background-color: rgb(125,92,116); }

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

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

 span { border-color: rgb(125,92,116); }

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