Html Css Color HEX #774D72 Trendy Pink

📋 copy color: '#774D72'

red 119 ◦ green 77 ◦ blue 114

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

Shades of Trendy Pink #774D72

Tints of Trendy Pink #774D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.77%

R = 38.39%
G = 24.84%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#774D72 (or 0x774D72) is known color: Trendy Pink. HEX triplet: 77, 4D and 72. RGB value is (119,77,114). Sum of RGB (Red+Green+Blue) = 119+77+114=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 119 - color contains mainly: red. Hex color #774D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D72 is #88B28D. Grayscale: #5D5D5D. Windows color (decimal): -8958606 or 7490935. OLE color: 7490935.

HSL color Cylindrical-coordinate representation of color #774D72: hue angle of 307.14º 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 #774D72 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 77 114 -
CMYK 0 0.35 0.04 0.53
HSL 307.14º 0.21% 0.38% -
HSV(B) 307.14º 0.35% 0.47% -
XYZ 13.3 10.44 17.23 -
YUV 93.78 139.41 145.99 -
System Red Green Blue C M Y K H S L
Decimal 119 77 114 0 0.35 0.04 0.53 307.14 0.21 0.38
Hex 77 4D 72 0 23 4 35 133 15 26
Octal 167 115 162 0 43 4 65 463 25 46
Binary 1110111 1001101 1110010 0 100011 100 110101 100110011 10101 100110

Color Harmonies of #774D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D72

Black with #774D72

Text Example


Text Example

White with #774D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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