Html Css Color HEX #77577D Trendy Pink

📋 copy color: '#77577D'

red 119 ◦ green 87 ◦ blue 125

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

Shades of Trendy Pink #77577D

Tints of Trendy Pink #77577D

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 value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77577D (or 0x77577D) is known color: 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

RGB 119 87 125 -
CMYK 0.05 0.30 0 0.51
HSL 290.53º 0.18% 0.42% -
HSV(B) 290.53º 0.3% 0.49% -
XYZ 14.72 12.22 20.98 -
YUV 100.9 141.6 140.91 -
System Red Green Blue C M Y K H S L
Decimal 119 87 125 0.05 0.30 0 0.51 290.53 0.18 0.42
Hex 77 57 7D 5 1E 0 33 123 12 2A
Octal 167 127 175 5 36 0 63 443 22 52
Binary 1110111 1010111 1111101 101 11110 0 110011 100100011 10010 101010

Color Harmonies of #77577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77577D

Black with #77577D

Text Example


Text Example

White with #77577D

Text Example


Text Example

HTML Codes & Css Web 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>