#755675

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

Shades of Trendy Pink #755675

Tints of Trendy Pink #755675

Color information

#755675 (or 0x755675) is unknown color: approx Trendy Pink. HEX triplet: 75, 56 and 75. RGB value is (117,86,117). Sum of RGB (Red+Green+Blue) = 117+86+117=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #755675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755675 is #8AA98A. Grayscale: #626262. Windows color (decimal): -9087371 or 7689845. OLE color: 7689845.

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

Color convert

RGB11786117-
CMYK00.2600.54
HSL300º15.27%39.8%-
HSV(B)300º26.5%45.88%-
XYZ13.8711.7218.36-
YUV98.8138.27140.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=36.56%
G=26.88%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178611700.2600.5430015.2739.8
Hex75567501A03612cf28
Octal1651261650320664541750
Binary11101011010110111010101101001101101001011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755675; }

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

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

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

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

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

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

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

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