#755877

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

Shades of Trendy Pink #755877

Tints of Trendy Pink #755877

Color information

#755877 (or 0x755877) is unknown color: approx Trendy Pink. HEX triplet: 75, 58 and 77. RGB value is (117,88,119). Sum of RGB (Red+Green+Blue) = 117+88+119=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 119 - color contains mainly: blue. Hex color #755877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755877 is #8AA788. Grayscale: #646464. Windows color (decimal): -9086857 or 7821429. OLE color: 7821429.

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

Color convert

RGB11788119-
CMYK0.020.2600.53
HSL296.13º14.98%40.59%-
HSV(B)296.13º26.05%46.67%-
XYZ14.1612.0919.04-
YUV100.2138.61139.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 88 (34.77% from 255) = 27.16%
BLUE value IS 119 (46.88% from 255) = 36.73%
R=36.11%
G=27.16%
B=36.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117881190.020.2600.53296.1314.9840.59
Hex75587721A035128f29
Octal1651301672320654501751
Binary111010110110001110111101101001101011001010001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755877; }

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

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

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

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

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

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

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

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