#7A5372

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

Shades of Old Lavender #7A5372

Tints of Old Lavender #7A5372

Color information

#7A5372 (or 0x7A5372) is unknown color: approx Old Lavender. HEX triplet: 7A, 53 and 72. RGB value is (122,83,114). Sum of RGB (Red+Green+Blue) = 122+83+114=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5372 is #85AC8D. Grayscale: #626262. Windows color (decimal): -8760462 or 7492474. OLE color: 7492474.

HSL color Cylindrical-coordinate representation of color #7A5372: hue angle of 312.31º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A5372 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB12283114-
CMYK00.320.070.52
HSL312.31º19.02%40.2%-
HSV(B)312.31º31.97%47.84%-
XYZ14.1611.5417.4-
YUV98.2136.92144.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.24%
GREEN value IS 83 (32.81% from 255) = 26.02%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=38.24%
G=26.02%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228311400.320.070.52312.3119.0240.2
Hex7A53720207341381328
Octal1721231620407644702350
Binary111101010100111110010010000011111010010011100010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,83,114); }

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

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

 a { background-color: rgb(122,83,114); }

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

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

 span { border-color: rgb(122,83,114); }

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