#77577D

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

Shades of Trendy Pink #77577D

Tints of Trendy Pink #77577D

Color information

#77577D (or 0x77577D) is unknown color: approx Trendy Pink. HEX triplet: 77, 57 and 7D. RGB value is (119,87,125). Sum of RGB (Red+Green+Blue) = 119+87+125=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 125 - color contains mainly: blue. Hex color #77577D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77577D is #88A882. Grayscale: #646464. Windows color (decimal): -8956035 or 8214391. OLE color: 8214391.

HSL color Cylindrical-coordinate representation of color #77577D: hue angle of 290.53º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77577D is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11987125-
CMYK0.050.3000.51
HSL290.53º17.92%41.57%-
HSV(B)290.53º30.4%49.02%-
XYZ14.7212.2220.98-
YUV100.9141.6140.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.95%
GREEN value IS 87 (34.38% from 255) = 26.28%
BLUE value IS 125 (49.22% from 255) = 37.76%
R=35.95%
G=26.28%
B=37.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119871250.050.3000.51290.5317.9241.57
Hex77577D51E033123122a
Octal1671271755360634432252
Binary11101111010111111110110111110011001110010001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77577D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77577D; }

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

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

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

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

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

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

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

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