Html Css Color HEX #775776 Trendy Pink

📋 copy color: '#775776'

red 119 ◦ green 87 ◦ blue 118

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

Shades of Trendy Pink #775776

Tints of Trendy Pink #775776

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.85%

 BLUE value IS 118 (46.48% from 255) = 36.42%

R = 36.73%
G = 26.85%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#775776 (or 0x775776) is known color: Trendy Pink. HEX triplet: 77, 57 and 76. RGB value is (119,87,118). Sum of RGB (Red+Green+Blue) = 119+87+118=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 119 - color contains mainly: red. Hex color #775776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775776 is #88A889. Grayscale: #646464. Windows color (decimal): -8956042 or 7755639. OLE color: 7755639.

HSL color Cylindrical-coordinate representation of color #775776: hue angle of 301.88º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #775776 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 87 118 -
CMYK 0 0.27 0.01 0.53
HSL 301.88º 0.16% 0.4% -
HSV(B) 301.88º 0.27% 0.47% -
XYZ 14.29 12.05 18.71 -
YUV 100.1 138.1 141.48 -
System Red Green Blue C M Y K H S L
Decimal 119 87 118 0 0.27 0.01 0.53 301.88 0.16 0.4
Hex 77 57 76 0 1B 1 35 12E 10 28
Octal 167 127 166 0 33 1 65 456 20 50
Binary 1110111 1010111 1110110 0 11011 1 110101 100101110 10000 101000

Color Harmonies of #775776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775776

Black with #775776

Text Example


Text Example

White with #775776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775776; }

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

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

background-color css

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

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

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

border-color css

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

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

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