#735B72

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

Shades of Old Lavender #735B72

Tints of Old Lavender #735B72

Color information

#735B72 (or 0x735B72) is unknown color: approx Old Lavender. HEX triplet: 73, 5B and 72. RGB value is (115,91,114). Sum of RGB (Red+Green+Blue) = 115+91+114=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 115 - color contains mainly: red. Hex color #735B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735B72 is #8CA48D. Grayscale: #646464. Windows color (decimal): -9217166 or 7494515. OLE color: 7494515.

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

Color convert

RGB11591114-
CMYK00.210.010.55
HSL302.5º11.65%40.39%-
HSV(B)302.5º20.87%45.1%-
XYZ13.8512.3417.57-
YUV100.8135.45138.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.94%
GREEN value IS 91 (35.94% from 255) = 28.44%
BLUE value IS 114 (44.92% from 255) = 35.62%
R=35.94%
G=28.44%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159111400.210.010.55302.511.6540.39
Hex735B7201513712ec28
Octal1631331620251674561450
Binary11100111011011111001001010111101111001011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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