#775B77

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

Shades of Trendy Pink #775B77

Tints of Trendy Pink #775B77

Color information

#775B77 (or 0x775B77) is unknown color: approx Trendy Pink. HEX triplet: 77, 5B and 77. RGB value is (119,91,119). Sum of RGB (Red+Green+Blue) = 119+91+119=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #775B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775B77 is #88A488. Grayscale: #666666. Windows color (decimal): -8955017 or 7822199. OLE color: 7822199.

HSL color Cylindrical-coordinate representation of color #775B77: hue angle of 300º 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 #775B77 is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11991119-
CMYK00.2400.53
HSL300º13.33%41.18%-
HSV(B)300º23.53%46.67%-
XYZ14.6812.7419.14-
YUV102.56137.28139.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.17%
GREEN value IS 91 (35.94% from 255) = 27.66%
BLUE value IS 119 (46.88% from 255) = 36.17%
R=36.17%
G=27.66%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199111900.2400.5330013.3341.18
Hex775B7701803512cd29
Octal1671331670300654541551
Binary11101111011011111011101100001101011001011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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