#755573

Color #755573 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #755573

Tints of Trendy Pink #755573

Color information

#755573 (or 0x755573) is unknown color: approx Trendy Pink. HEX triplet: 75, 55 and 73. RGB value is (117,85,115). Sum of RGB (Red+Green+Blue) = 117+85+115=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 117 - color contains mainly: red. Hex color #755573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755573 is #8AAA8C. Grayscale: #616161. Windows color (decimal): -9087629 or 7558517. OLE color: 7558517.

HSL color Cylindrical-coordinate representation of color #755573: hue angle of 303.75º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #755573 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB11785115-
CMYK00.270.020.54
HSL303.75º15.84%39.61%-
HSV(B)303.75º27.35%45.88%-
XYZ13.6811.5217.72-
YUV97.99137.6141.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 85 (33.59% from 255) = 26.81%
BLUE value IS 115 (45.31% from 255) = 36.28%
R=36.91%
G=26.81%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178511500.270.020.54303.7515.8439.61
Hex75557301B2361301028
Octal1651251630332664602050
Binary1110101101010111100110110111011011010011000010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755573; }

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

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

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

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

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

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

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

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