#755574

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

Shades of Trendy Pink #755574

Tints of Trendy Pink #755574

Color information

#755574 (or 0x755574) is unknown color: approx Trendy Pink. HEX triplet: 75, 55 and 74. RGB value is (117,85,116). Sum of RGB (Red+Green+Blue) = 117+85+116=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 117 - color contains mainly: red. Hex color #755574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755574 is #8AAA8B. Grayscale: #626262. Windows color (decimal): -9087628 or 7624053. OLE color: 7624053.

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

Color convert

RGB11785116-
CMYK00.270.010.54
HSL301.88º15.84%39.61%-
HSV(B)301.88º27.35%45.88%-
XYZ13.7411.5418.03-
YUV98.1138.1141.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.79%
GREEN value IS 85 (33.59% from 255) = 26.73%
BLUE value IS 116 (45.70% from 255) = 36.48%
R=36.79%
G=26.73%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178511600.270.010.54301.8815.8439.61
Hex75557401B13612e1028
Octal1651251640331664562050
Binary111010110101011110100011011111011010010111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755574; }

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

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

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

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

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

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

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

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