#755375

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

Shades of Trendy Pink #755375

Tints of Trendy Pink #755375

Color information

#755375 (or 0x755375) is unknown color: approx Trendy Pink. HEX triplet: 75, 53 and 75. RGB value is (117,83,117). Sum of RGB (Red+Green+Blue) = 117+83+117=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #755375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755375 is #8AAC8A. Grayscale: #606060. Windows color (decimal): -9088139 or 7689077. OLE color: 7689077.

HSL color Cylindrical-coordinate representation of color #755375: hue angle of 300º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #755375 is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11783117-
CMYK00.2900.54
HSL300º17%39.22%-
HSV(B)300º29.06%45.88%-
XYZ13.6411.2518.28-
YUV97.04139.26142.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 83 (32.81% from 255) = 26.18%
BLUE value IS 117 (46.09% from 255) = 36.91%
R=36.91%
G=26.18%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178311700.2900.543001739.22
Hex75537501D03612c1127
Octal1651231650350664542147
Binary111010110100111110101011101011011010010110010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755375; }

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

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

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

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

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

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

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

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