#735C75

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

Shades of Old Lavender #735C75

Tints of Old Lavender #735C75

Color information

#735C75 (or 0x735C75) is unknown color: approx Old Lavender. HEX triplet: 73, 5C and 75. RGB value is (115,92,117). Sum of RGB (Red+Green+Blue) = 115+92+117=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 117 - color contains mainly: blue. Hex color #735C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C75 is #8CA38A. Grayscale: #656565. Windows color (decimal): -9216907 or 7691379. OLE color: 7691379.

HSL color Cylindrical-coordinate representation of color #735C75: hue angle of 295.2º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #735C75 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11592117-
CMYK0.020.2100.54
HSL295.2º11.96%40.98%-
HSV(B)295.2º21.37%45.88%-
XYZ14.1112.5818.51-
YUV101.73136.62137.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.49%
GREEN value IS 92 (36.33% from 255) = 28.40%
BLUE value IS 117 (46.09% from 255) = 36.11%
R=35.49%
G=28.40%
B=36.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115921170.020.2100.54295.211.9640.98
Hex735C75215036127c29
Octal1631341652250664471451
Binary111001110111001110101101010101101101001001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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