#77517B

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

Shades of Trendy Pink #77517B

Tints of Trendy Pink #77517B

Color information

#77517B (or 0x77517B) is unknown color: approx Trendy Pink. HEX triplet: 77, 51 and 7B. RGB value is (119,81,123). Sum of RGB (Red+Green+Blue) = 119+81+123=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 123 - color contains mainly: blue. Hex color #77517B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77517B is #88AE84. Grayscale: #616161. Windows color (decimal): -8957573 or 8081783. OLE color: 8081783.

HSL color Cylindrical-coordinate representation of color #77517B: hue angle of 294.29º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77517B is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11981123-
CMYK0.030.3400.52
HSL294.29º20.59%40%-
HSV(B)294.29º34.15%48.24%-
XYZ14.1311.2420.16-
YUV97.15142.59143.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.84%
GREEN value IS 81 (32.03% from 255) = 25.08%
BLUE value IS 123 (48.44% from 255) = 38.08%
R=36.84%
G=25.08%
B=38.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119811230.030.3400.52294.2920.5940
Hex77517B3220341261528
Octal1671211733420644462550
Binary11101111010001111101111100010011010010010011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77517B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77517B; }

 p { color: rgb(119,81,123); }

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

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

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

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

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

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

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