#77557A

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

Shades of Trendy Pink #77557A

Tints of Trendy Pink #77557A

Color information

#77557A (or 0x77557A) is unknown color: approx Trendy Pink. HEX triplet: 77, 55 and 7A. RGB value is (119,85,122). Sum of RGB (Red+Green+Blue) = 119+85+122=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 122 - color contains mainly: blue. Hex color #77557A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77557A is #88AA85. Grayscale: #636363. Windows color (decimal): -8956550 or 8017271. OLE color: 8017271.

HSL color Cylindrical-coordinate representation of color #77557A: hue angle of 295.14º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77557A is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11985122-
CMYK0.020.3000.52
HSL295.14º17.87%40.59%-
HSV(B)295.14º30.33%47.84%-
XYZ14.3711.8219.94-
YUV99.38140.76141.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.50%
GREEN value IS 85 (33.59% from 255) = 26.07%
BLUE value IS 122 (48.05% from 255) = 37.42%
R=36.50%
G=26.07%
B=37.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119851220.020.3000.52295.1417.8740.59
Hex77557A21E0341271229
Octal1671251722360644472251
Binary1110111101010111110101011110011010010010011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77557A; }

 p { color: rgb(119,85,122); }

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

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

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

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

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

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

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