#755B77

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

Shades of Trendy Pink #755B77

Tints of Trendy Pink #755B77

Color information

#755B77 (or 0x755B77) is unknown color: approx Trendy Pink. HEX triplet: 75, 5B and 77. RGB value is (117,91,119). Sum of RGB (Red+Green+Blue) = 117+91+119=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 119 - color contains mainly: blue. Hex color #755B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B77 is #8AA488. Grayscale: #656565. Windows color (decimal): -9086089 or 7822197. OLE color: 7822197.

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

Color convert

RGB11791119-
CMYK0.020.2400.53
HSL295.71º13.33%41.18%-
HSV(B)295.71º23.53%46.67%-
XYZ14.4112.619.12-
YUV101.97137.61138.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.78%
GREEN value IS 91 (35.94% from 255) = 27.83%
BLUE value IS 119 (46.88% from 255) = 36.39%
R=35.78%
G=27.83%
B=36.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117911190.020.2400.53295.7113.3341.18
Hex755B77218035128d29
Octal1651331672300654501551
Binary111010110110111110111101100001101011001010001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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