#775775

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

Shades of Trendy Pink #775775

Tints of Trendy Pink #775775

Color information

#775775 (or 0x775775) is unknown color: approx Trendy Pink. HEX triplet: 77, 57 and 75. RGB value is (119,87,117). Sum of RGB (Red+Green+Blue) = 119+87+117=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 119 - color contains mainly: red. Hex color #775775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775775 is #88A88A. Grayscale: #636363. Windows color (decimal): -8956043 or 7690103. OLE color: 7690103.

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

Color convert

RGB11987117-
CMYK00.270.020.53
HSL303.75º15.53%40.39%-
HSV(B)303.75º26.89%46.67%-
XYZ14.2312.0218.4-
YUV99.99137.6141.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.84%
GREEN value IS 87 (34.38% from 255) = 26.93%
BLUE value IS 117 (46.09% from 255) = 36.22%
R=36.84%
G=26.93%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198711700.270.020.53303.7515.5340.39
Hex77577501B2351301028
Octal1671271650332654602050
Binary1110111101011111101010110111011010110011000010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775775; }

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

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

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

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

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

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

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

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