#7A5D78

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

Shades of Old Lavender #7A5D78

Tints of Old Lavender #7A5D78

Color information

#7A5D78 (or 0x7A5D78) is unknown color: approx Old Lavender. HEX triplet: 7A, 5D and 78. RGB value is (122,93,120). Sum of RGB (Red+Green+Blue) = 122+93+120=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5D78 is #85A287. Grayscale: #686868. Windows color (decimal): -8757896 or 7888250. OLE color: 7888250.

HSL color Cylindrical-coordinate representation of color #7A5D78: hue angle of 304.14º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7A5D78 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB12293120-
CMYK00.240.020.52
HSL304.14º13.49%42.16%-
HSV(B)304.14º23.77%47.84%-
XYZ15.3313.3219.53-
YUV104.75136.61140.3-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.42%
GREEN value IS 93 (36.72% from 255) = 27.76%
BLUE value IS 120 (47.27% from 255) = 35.82%
R=36.42%
G=27.76%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1229312000.240.020.52304.1413.4942.16
Hex7A5D78018234130d2a
Octal1721351700302644601552
Binary111101010111011111000011000101101001001100001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,93,120); }

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

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

 a { background-color: rgb(122,93,120); }

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

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

 span { border-color: rgb(122,93,120); }

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