#755473

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

Shades of Trendy Pink #755473

Tints of Trendy Pink #755473

Color information

#755473 (or 0x755473) is unknown color: approx Trendy Pink. HEX triplet: 75, 54 and 73. RGB value is (117,84,115). Sum of RGB (Red+Green+Blue) = 117+84+115=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 117 - color contains mainly: red. Hex color #755473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755473 is #8AAB8C. Grayscale: #616161. Windows color (decimal): -9087885 or 7558261. OLE color: 7558261.

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

Color convert

RGB11784115-
CMYK00.280.020.54
HSL303.64º16.42%39.41%-
HSV(B)303.64º28.21%45.88%-
XYZ13.611.3617.7-
YUV97.4137.93141.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.03%
GREEN value IS 84 (33.20% from 255) = 26.58%
BLUE value IS 115 (45.31% from 255) = 36.39%
R=37.03%
G=26.58%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178411500.280.020.54303.6416.4239.41
Hex75547301C2361301027
Octal1651241630342664602047
Binary1110101101010011100110111001011011010011000010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755473; }

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

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

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

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

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

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

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

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