#755B73

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

Shades of Old Lavender #755B73

Tints of Old Lavender #755B73

Color information

#755B73 (or 0x755B73) is unknown color: approx Old Lavender. HEX triplet: 75, 5B and 73. RGB value is (117,91,115). Sum of RGB (Red+Green+Blue) = 117+91+115=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 117 - color contains mainly: red. Hex color #755B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B73 is #8AA48C. Grayscale: #656565. Windows color (decimal): -9086093 or 7560053. OLE color: 7560053.

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

Color convert

RGB11791115-
CMYK00.220.020.54
HSL304.62º12.5%40.78%-
HSV(B)304.62º22.22%45.88%-
XYZ14.1712.517.89-
YUV101.51135.61139.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.22%
GREEN value IS 91 (35.94% from 255) = 28.17%
BLUE value IS 115 (45.31% from 255) = 35.60%
R=36.22%
G=28.17%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179111500.220.020.54304.6212.540.78
Hex755B73016236131c29
Octal1651331630262664611451
Binary111010110110111110011010110101101101001100011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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