#735C72

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

Shades of Old Lavender #735C72

Tints of Old Lavender #735C72

Color information

#735C72 (or 0x735C72) is unknown color: approx Old Lavender. HEX triplet: 73, 5C and 72. RGB value is (115,92,114). Sum of RGB (Red+Green+Blue) = 115+92+114=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 115 - color contains mainly: red. Hex color #735C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C72 is #8CA38D. Grayscale: #656565. Windows color (decimal): -9216910 or 7494771. OLE color: 7494771.

HSL color Cylindrical-coordinate representation of color #735C72: hue angle of 302.61º 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 #735C72 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB11592114-
CMYK00.200.010.55
HSL302.61º11.11%40.59%-
HSV(B)302.61º20%45.1%-
XYZ13.9312.5117.6-
YUV101.38135.12137.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.83%
GREEN value IS 92 (36.33% from 255) = 28.66%
BLUE value IS 114 (44.92% from 255) = 35.51%
R=35.83%
G=28.66%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159211400.200.010.55302.6111.1140.59
Hex735C7201413712fb29
Octal1631341620241674571351
Binary11100111011100111001001010011101111001011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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