Html Css Color HEX #774D76 Trendy Pink

📋 copy color: '#774D76'

red 119 ◦ green 77 ◦ blue 118

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

Shades of Trendy Pink #774D76

Tints of Trendy Pink #774D76

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.52%

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

R = 37.9%
G = 24.52%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#774D76 (or 0x774D76) is known color: Trendy Pink. HEX triplet: 77, 4D and 76. RGB value is (119,77,118). Sum of RGB (Red+Green+Blue) = 119+77+118=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #774D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D76 is #88B289. Grayscale: #5E5E5E. Windows color (decimal): -8958602 or 7753079. OLE color: 7753079.

HSL color Cylindrical-coordinate representation of color #774D76: hue angle of 301.43º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #774D76 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 77 118 -
CMYK 0 0.35 0.01 0.53
HSL 301.43º 0.21% 0.38% -
HSV(B) 301.43º 0.35% 0.47% -
XYZ 13.53 10.54 18.46 -
YUV 94.23 141.41 145.67 -
System Red Green Blue C M Y K H S L
Decimal 119 77 118 0 0.35 0.01 0.53 301.43 0.21 0.38
Hex 77 4D 76 0 23 1 35 12D 15 26
Octal 167 115 166 0 43 1 65 455 25 46
Binary 1110111 1001101 1110110 0 100011 1 110101 100101101 10101 100110

Color Harmonies of #774D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D76

Black with #774D76

Text Example


Text Example

White with #774D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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