#755975

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

Shades of Trendy Pink #755975

Tints of Trendy Pink #755975

Color information

#755975 (or 0x755975) is unknown color: approx Trendy Pink. HEX triplet: 75, 59 and 75. RGB value is (117,89,117). Sum of RGB (Red+Green+Blue) = 117+89+117=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #755975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755975 is #8AA68A. Grayscale: #646464. Windows color (decimal): -9086603 or 7690613. OLE color: 7690613.

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

Color convert

RGB11789117-
CMYK00.2400.54
HSL300º13.59%40.39%-
HSV(B)300º23.93%45.88%-
XYZ14.1212.2118.44-
YUV100.56137.28139.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.22%
GREEN value IS 89 (35.16% from 255) = 27.55%
BLUE value IS 117 (46.09% from 255) = 36.22%
R=36.22%
G=27.55%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178911700.2400.5430013.5940.39
Hex75597501803612ce28
Octal1651311650300664541650
Binary11101011011001111010101100001101101001011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755975; }

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

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

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

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

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

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

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

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