#755576

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

Shades of Trendy Pink #755576

Tints of Trendy Pink #755576

Color information

#755576 (or 0x755576) is unknown color: approx Trendy Pink. HEX triplet: 75, 55 and 76. RGB value is (117,85,118). Sum of RGB (Red+Green+Blue) = 117+85+118=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 118 - color contains mainly: blue. Hex color #755576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755576 is #8AAA89. Grayscale: #626262. Windows color (decimal): -9087626 or 7755125. OLE color: 7755125.

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

Color convert

RGB11785118-
CMYK0.010.2800.54
HSL298.18º16.26%39.8%-
HSV(B)298.18º27.97%46.27%-
XYZ13.8511.5918.65-
YUV98.33139.1141.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 85 (33.59% from 255) = 26.56%
BLUE value IS 118 (46.48% from 255) = 36.88%
R=36.56%
G=26.56%
B=36.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117851180.010.2800.54298.1816.2639.8
Hex75557611C03612a1028
Octal1651251661340664522050
Binary111010110101011110110111100011011010010101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755576; }

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

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

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

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

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

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

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

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