#755472

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

Shades of Trendy Pink #755472

Tints of Trendy Pink #755472

Color information

#755472 (or 0x755472) is unknown color: approx Trendy Pink. HEX triplet: 75, 54 and 72. RGB value is (117,84,114). Sum of RGB (Red+Green+Blue) = 117+84+114=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #755472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755472 is #8AAB8D. Grayscale: #616161. Windows color (decimal): -9087886 or 7492725. OLE color: 7492725.

HSL color Cylindrical-coordinate representation of color #755472: hue angle of 305.45º 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 #755472 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11784114-
CMYK00.280.030.54
HSL305.45º16.42%39.41%-
HSV(B)305.45º28.21%45.88%-
XYZ13.5411.3417.39-
YUV97.29137.43142.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.14%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=37.14%
G=26.67%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178411400.280.030.54305.4516.4239.41
Hex75547201C3361311027
Octal1651241620343664612047
Binary1110101101010011100100111001111011010011000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755472; }

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

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

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

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

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

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

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

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