#755B74

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

Shades of Old Lavender #755B74

Tints of Old Lavender #755B74

Color information

#755B74 (or 0x755B74) is unknown color: approx Old Lavender. HEX triplet: 75, 5B and 74. RGB value is (117,91,116). Sum of RGB (Red+Green+Blue) = 117+91+116=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 117 - color contains mainly: red. Hex color #755B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B74 is #8AA48B. Grayscale: #656565. Windows color (decimal): -9086092 or 7625589. OLE color: 7625589.

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

Color convert

RGB11791116-
CMYK00.220.010.54
HSL302.31º12.5%40.78%-
HSV(B)302.31º22.22%45.88%-
XYZ14.2312.5318.19-
YUV101.62136.11138.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 91 (35.94% from 255) = 28.09%
BLUE value IS 116 (45.70% from 255) = 35.80%
R=36.11%
G=28.09%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179111600.220.010.54302.3112.540.78
Hex755B7401613612ec29
Octal1651331640261664561451
Binary11101011011011111010001011011101101001011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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