#7A5A75

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

Shades of Old Lavender #7A5A75

Tints of Old Lavender #7A5A75

Color information

#7A5A75 (or 0x7A5A75) is unknown color: approx Old Lavender. HEX triplet: 7A, 5A and 75. RGB value is (122,90,117). Sum of RGB (Red+Green+Blue) = 122+90+117=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5A75 is #85A58A. Grayscale: #666666. Windows color (decimal): -8758667 or 7690874. OLE color: 7690874.

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

Color convert

RGB12290117-
CMYK00.260.040.52
HSL309.38º15.09%41.57%-
HSV(B)309.38º26.23%47.84%-
XYZ14.8912.7318.5-
YUV102.65136.1141.8-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.08%
GREEN value IS 90 (35.55% from 255) = 27.36%
BLUE value IS 117 (46.09% from 255) = 35.56%
R=37.08%
G=27.36%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1229011700.260.040.52309.3815.0941.57
Hex7A5A7501A434135f2a
Octal1721321650324644651752
Binary1111010101101011101010110101001101001001101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,90,117); }

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

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

 a { background-color: rgb(122,90,117); }

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

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

 span { border-color: rgb(122,90,117); }

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