#77577A

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

Shades of Trendy Pink #77577A

Tints of Trendy Pink #77577A

Color information

#77577A (or 0x77577A) is unknown color: approx Trendy Pink. HEX triplet: 77, 57 and 7A. RGB value is (119,87,122). Sum of RGB (Red+Green+Blue) = 119+87+122=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 122 - color contains mainly: blue. Hex color #77577A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77577A is #88A885. Grayscale: #646464. Windows color (decimal): -8956038 or 8017783. OLE color: 8017783.

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

Color convert

RGB11987122-
CMYK0.020.2900.52
HSL294.86º16.75%40.98%-
HSV(B)294.86º28.69%47.84%-
XYZ14.5312.1419.99-
YUV100.56140.1141.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.28%
GREEN value IS 87 (34.38% from 255) = 26.52%
BLUE value IS 122 (48.05% from 255) = 37.20%
R=36.28%
G=26.52%
B=37.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119871220.020.2900.52294.8616.7540.98
Hex77577A21D0341271129
Octal1671271722350644472151
Binary1110111101011111110101011101011010010010011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77577A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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