#755C73

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

Shades of Old Lavender #755C73

Tints of Old Lavender #755C73

Color information

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

HSL color Cylindrical-coordinate representation of color #755C73: hue angle of 304.8º 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 #755C73 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB11792115-
CMYK00.210.020.54
HSL304.8º11.96%40.98%-
HSV(B)304.8º21.37%45.88%-
XYZ14.2612.6717.91-
YUV102.1135.28138.63-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179211500.210.020.54304.811.9640.98
Hex755C73015236131c29
Octal1651341630252664611451
Binary111010110111001110011010101101101101001100011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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