Html Css Color HEX #77517C Trendy Pink

📋 copy color: '#77517C'

red 119 ◦ green 81 ◦ blue 124

#77517C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #77517C

Tints of Trendy Pink #77517C

RGB

 RED value IS 119 (46.88% from 255) = 36.73%

 GREEN value IS 81 (32.03% from 255) = 25%

 BLUE value IS 124 (48.83% from 255) = 38.27%

R = 36.73%
G = 25%
B = 38.27%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77517C (or 0x77517C) is known color: Trendy Pink. HEX triplet: 77, 51 and 7C. RGB value is (119,81,124). Sum of RGB (Red+Green+Blue) = 119+81+124=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 124 - color contains mainly: blue. Hex color #77517C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77517C is #88AE83. Grayscale: #616161. Windows color (decimal): -8957572 or 8147319. OLE color: 8147319.

HSL color Cylindrical-coordinate representation of color #77517C: hue angle of 293.02º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77517C is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 81 124 -
CMYK 0.04 0.35 0 0.51
HSL 293.02º 0.21% 0.4% -
HSV(B) 293.02º 0.35% 0.49% -
XYZ 14.19 11.26 20.49 -
YUV 97.26 143.09 143.5 -
System Red Green Blue C M Y K H S L
Decimal 119 81 124 0.04 0.35 0 0.51 293.02 0.21 0.4
Hex 77 51 7C 4 23 0 33 125 15 28
Octal 167 121 174 4 43 0 63 445 25 50
Binary 1110111 1010001 1111100 100 100011 0 110011 100100101 10101 101000

Color Harmonies of #77517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77517C

Black with #77517C

Text Example


Text Example

White with #77517C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77517C;
 }
 .AnyTagClassName
 {
   color: #77517C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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