Html Css Color HEX #774F73 Trendy Pink

📋 copy color: '#774F73'

red 119 ◦ green 79 ◦ blue 115

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

Shades of Trendy Pink #774F73

Tints of Trendy Pink #774F73

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.24%

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

R = 38.02%
G = 25.24%
B = 36.74%

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

#774F73 (or 0x774F73) is known color: Trendy Pink. HEX triplet: 77, 4F and 73. RGB value is (119,79,115). Sum of RGB (Red+Green+Blue) = 119+79+115=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #774F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774F73 is #88B08C. Grayscale: #5E5E5E. Windows color (decimal): -8958093 or 7556983. OLE color: 7556983.

HSL color Cylindrical-coordinate representation of color #774F73: hue angle of 306º degrees, saturation: 0.2, 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 #774F73 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 79 115 -
CMYK 0 0.34 0.03 0.53
HSL 306º 0.2% 0.39% -
HSV(B) 306º 0.34% 0.47% -
XYZ 13.5 10.75 17.58 -
YUV 95.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 119 79 115 0 0.34 0.03 0.53 306 0.2 0.39
Hex 77 4F 73 0 22 3 35 132 14 27
Octal 167 117 163 0 42 3 65 462 24 47
Binary 1110111 1001111 1110011 0 100010 11 110101 100110010 10100 100111

Color Harmonies of #774F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774F73

Black with #774F73

Text Example


Text Example

White with #774F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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