#755D77

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

Shades of Trendy Pink #755D77

Tints of Trendy Pink #755D77

Color information

#755D77 (or 0x755D77) is unknown color: approx Trendy Pink. HEX triplet: 75, 5D and 77. RGB value is (117,93,119). Sum of RGB (Red+Green+Blue) = 117+93+119=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 119 - color contains mainly: blue. Hex color #755D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755D77 is #8AA288. Grayscale: #676767. Windows color (decimal): -9085577 or 7822709. OLE color: 7822709.

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

Color convert

RGB11793119-
CMYK0.020.2200.53
HSL295.38º12.26%41.57%-
HSV(B)295.38º21.85%46.67%-
XYZ14.5812.9419.18-
YUV103.14136.95137.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.56%
GREEN value IS 93 (36.72% from 255) = 28.27%
BLUE value IS 119 (46.88% from 255) = 36.17%
R=35.56%
G=28.27%
B=36.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117931190.020.2200.53295.3812.2641.57
Hex755D77216035127c2a
Octal1651351672260654471452
Binary111010110111011110111101011001101011001001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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