#755E77

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

Shades of Trendy Pink #755E77

Tints of Trendy Pink #755E77

Color information

#755E77 (or 0x755E77) is unknown color: approx Trendy Pink. HEX triplet: 75, 5E and 77. RGB value is (117,94,119). Sum of RGB (Red+Green+Blue) = 117+94+119=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 119 - color contains mainly: blue. Hex color #755E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E77 is #8AA188. Grayscale: #676767. Windows color (decimal): -9085321 or 7822965. OLE color: 7822965.

HSL color Cylindrical-coordinate representation of color #755E77: hue angle of 295.2º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #755E77 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11794119-
CMYK0.020.2100.53
HSL295.2º11.74%41.76%-
HSV(B)295.2º21.01%46.67%-
XYZ14.6713.1219.21-
YUV103.73136.62137.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 94 (37.11% from 255) = 28.48%
BLUE value IS 119 (46.88% from 255) = 36.06%
R=35.45%
G=28.48%
B=36.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117941190.020.2100.53295.211.7441.76
Hex755E77215035127c2a
Octal1651361672250654471452
Binary111010110111101110111101010101101011001001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755E77; }

 p { color: rgb(117,94,119); }

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

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

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

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

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

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

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