#755677

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

Shades of Trendy Pink #755677

Tints of Trendy Pink #755677

Color information

#755677 (or 0x755677) is unknown color: approx Trendy Pink. HEX triplet: 75, 56 and 77. RGB value is (117,86,119). Sum of RGB (Red+Green+Blue) = 117+86+119=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 119 - color contains mainly: blue. Hex color #755677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755677 is #8AA988. Grayscale: #626262. Windows color (decimal): -9087369 or 7820917. OLE color: 7820917.

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

Color convert

RGB11786119-
CMYK0.020.2800.53
HSL296.36º16.1%40.2%-
HSV(B)296.36º27.73%46.67%-
XYZ13.9911.7718.99-
YUV99.03139.27140.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.34%
GREEN value IS 86 (33.98% from 255) = 26.71%
BLUE value IS 119 (46.88% from 255) = 36.96%
R=36.34%
G=26.71%
B=36.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117861190.020.2800.53296.3616.140.2
Hex75567721C0351281028
Octal1651261672340654502050
Binary1110101101011011101111011100011010110010100010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755677; }

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

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

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

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

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

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

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

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