#755776

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

Shades of Trendy Pink #755776

Tints of Trendy Pink #755776

Color information

#755776 (or 0x755776) is unknown color: approx Trendy Pink. HEX triplet: 75, 57 and 76. RGB value is (117,87,118). Sum of RGB (Red+Green+Blue) = 117+87+118=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 118 - color contains mainly: blue. Hex color #755776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755776 is #8AA889. Grayscale: #636363. Windows color (decimal): -9087114 or 7755637. OLE color: 7755637.

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

Color convert

RGB11787118-
CMYK0.010.2600.54
HSL298.06º15.12%40.2%-
HSV(B)298.06º26.27%46.27%-
XYZ14.0111.9118.7-
YUV99.5138.44140.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.34%
GREEN value IS 87 (34.38% from 255) = 27.02%
BLUE value IS 118 (46.48% from 255) = 36.65%
R=36.34%
G=27.02%
B=36.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117871180.010.2600.54298.0615.1240.2
Hex75577611A03612af28
Octal1651271661320664521750
Binary11101011010111111011011101001101101001010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755776; }

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

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

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

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

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

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

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

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