#755575

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

Shades of Trendy Pink #755575

Tints of Trendy Pink #755575

Color information

#755575 (or 0x755575) is unknown color: approx Trendy Pink. HEX triplet: 75, 55 and 75. RGB value is (117,85,117). Sum of RGB (Red+Green+Blue) = 117+85+117=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #755575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755575 is #8AAA8A. Grayscale: #626262. Windows color (decimal): -9087627 or 7689589. OLE color: 7689589.

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

Color convert

RGB11785117-
CMYK00.2700.54
HSL300º15.84%39.61%-
HSV(B)300º27.35%45.88%-
XYZ13.811.5618.33-
YUV98.22138.6141.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.68%
GREEN value IS 85 (33.59% from 255) = 26.65%
BLUE value IS 117 (46.09% from 255) = 36.68%
R=36.68%
G=26.65%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178511700.2700.5430015.8439.61
Hex75557501B03612c1028
Octal1651251650330664542050
Binary111010110101011110101011011011011010010110010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755575; }

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

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

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

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

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

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

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

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