#735D72

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

Shades of Old Lavender #735D72

Tints of Old Lavender #735D72

Color information

#735D72 (or 0x735D72) is unknown color: approx Old Lavender. HEX triplet: 73, 5D and 72. RGB value is (115,93,114). Sum of RGB (Red+Green+Blue) = 115+93+114=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 115 - color contains mainly: red. Hex color #735D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735D72 is #8CA28D. Grayscale: #656565. Windows color (decimal): -9216654 or 7495027. OLE color: 7495027.

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

Color convert

RGB11593114-
CMYK00.190.010.55
HSL302.73º10.58%40.78%-
HSV(B)302.73º19.13%45.1%-
XYZ14.0212.6917.63-
YUV101.97134.79137.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.71%
GREEN value IS 93 (36.72% from 255) = 28.88%
BLUE value IS 114 (44.92% from 255) = 35.40%
R=35.71%
G=28.88%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159311400.190.010.55302.7310.5840.78
Hex735D7201313712fb29
Octal1631351620231674571351
Binary11100111011101111001001001111101111001011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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