Html Css Color HEX #774E73 Trendy Pink

📋 copy color: '#774E73'

red 119 ◦ green 78 ◦ blue 115

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

Shades of Trendy Pink #774E73

Tints of Trendy Pink #774E73

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25%

 BLUE value IS 115 (45.31% from 255) = 36.86%

R = 38.14%
G = 25%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#774E73 (or 0x774E73) is known color: Trendy Pink. HEX triplet: 77, 4E and 73. RGB value is (119,78,115). Sum of RGB (Red+Green+Blue) = 119+78+115=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 119 - color contains mainly: red. Hex color #774E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E73 is #88B18C. Grayscale: #5E5E5E. Windows color (decimal): -8958349 or 7556727. OLE color: 7556727.

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

Color convert

RGB 119 78 115 -
CMYK 0 0.34 0.03 0.53
HSL 305.85º 0.21% 0.39% -
HSV(B) 305.85º 0.34% 0.47% -
XYZ 13.43 10.61 17.56 -
YUV 94.48 139.58 145.49 -
System Red Green Blue C M Y K H S L
Decimal 119 78 115 0 0.34 0.03 0.53 305.85 0.21 0.39
Hex 77 4E 73 0 22 3 35 132 15 27
Octal 167 116 163 0 42 3 65 462 25 47
Binary 1110111 1001110 1110011 0 100010 11 110101 100110010 10101 100111

Color Harmonies of #774E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774E73

Black with #774E73

Text Example


Text Example

White with #774E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,78,115); }

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

background-color css

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

 a { background-color: rgb(119,78,115); }

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

border-color css

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

 span { border-color: rgb(119,78,115); }

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