#755475

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

Shades of Trendy Pink #755475

Tints of Trendy Pink #755475

Color information

#755475 (or 0x755475) is unknown color: approx Trendy Pink. HEX triplet: 75, 54 and 75. RGB value is (117,84,117). Sum of RGB (Red+Green+Blue) = 117+84+117=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #755475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755475 is #8AAB8A. Grayscale: #616161. Windows color (decimal): -9087883 or 7689333. OLE color: 7689333.

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

Color convert

RGB11784117-
CMYK00.2800.54
HSL300º16.42%39.41%-
HSV(B)300º28.21%45.88%-
XYZ13.7211.4118.31-
YUV97.63138.93141.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.79%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 117 (46.09% from 255) = 36.79%
R=36.79%
G=26.42%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178411700.2800.5430016.4239.41
Hex75547501C03612c1027
Octal1651241650340664542047
Binary111010110101001110101011100011011010010110010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755475; }

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

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

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

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

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

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

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

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