#755775

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

Shades of Trendy Pink #755775

Tints of Trendy Pink #755775

Color information

#755775 (or 0x755775) is unknown color: approx Trendy Pink. HEX triplet: 75, 57 and 75. RGB value is (117,87,117). Sum of RGB (Red+Green+Blue) = 117+87+117=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #755775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755775 is #8AA88A. Grayscale: #636363. Windows color (decimal): -9087115 or 7690101. OLE color: 7690101.

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

Color convert

RGB11787117-
CMYK00.2600.54
HSL300º14.71%40%-
HSV(B)300º25.64%45.88%-
XYZ13.9611.8818.39-
YUV99.39137.94140.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 87 (34.38% from 255) = 27.10%
BLUE value IS 117 (46.09% from 255) = 36.45%
R=36.45%
G=27.10%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178711700.2600.5430014.7140
Hex75577501A03612cf28
Octal1651271650320664541750
Binary11101011010111111010101101001101101001011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755775; }

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

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

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

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

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

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

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

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