#735C73

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

Shades of Old Lavender #735C73

Tints of Old Lavender #735C73

Color information

#735C73 (or 0x735C73) is unknown color: approx Old Lavender. HEX triplet: 73, 5C and 73. RGB value is (115,92,115). Sum of RGB (Red+Green+Blue) = 115+92+115=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #735C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C73 is #8CA38C. Grayscale: #656565. Windows color (decimal): -9216909 or 7560307. OLE color: 7560307.

HSL color Cylindrical-coordinate representation of color #735C73: hue angle of 300º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #735C73 is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11592115-
CMYK00.2000.55
HSL300º11.11%40.59%-
HSV(B)300º20%45.1%-
XYZ13.9912.5417.9-
YUV101.5135.62137.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.71%
GREEN value IS 92 (36.33% from 255) = 28.57%
BLUE value IS 115 (45.31% from 255) = 35.71%
R=35.71%
G=28.57%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159211500.2000.5530011.1140.59
Hex735C7301403712cb29
Octal1631341630240674541351
Binary11100111011100111001101010001101111001011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735C73; }

 p { color: rgb(115,92,115); }

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

<style>
 a { background-color: #735C73; }

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

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

<style>
 span { border-color: #735C73; }

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

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