Html Css Color HEX #77597C Trendy Pink

📋 copy color: '#77597C'

red 119 ◦ green 89 ◦ blue 124

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

Shades of Trendy Pink #77597C

Tints of Trendy Pink #77597C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.81%

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

R = 35.84%
G = 26.81%
B = 37.35%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77597C (or 0x77597C) is known color: Trendy Pink. HEX triplet: 77, 59 and 7C. RGB value is (119,89,124). Sum of RGB (Red+Green+Blue) = 119+89+124=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 124 - color contains mainly: blue. Hex color #77597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77597C is #88A683. Grayscale: #656565. Windows color (decimal): -8955524 or 8149367. OLE color: 8149367.

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

Color convert

RGB 119 89 124 -
CMYK 0.04 0.28 0 0.51
HSL 291.43º 0.16% 0.42% -
HSV(B) 291.43º 0.28% 0.49% -
XYZ 14.82 12.52 20.7 -
YUV 101.96 140.44 140.15 -
System Red Green Blue C M Y K H S L
Decimal 119 89 124 0.04 0.28 0 0.51 291.43 0.16 0.42
Hex 77 59 7C 4 1C 0 33 123 10 2A
Octal 167 131 174 4 34 0 63 443 20 52
Binary 1110111 1011001 1111100 100 11100 0 110011 100100011 10000 101010

Color Harmonies of #77597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77597C

Black with #77597C

Text Example


Text Example

White with #77597C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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