Html Css Color HEX #774C73 Trendy Pink

📋 copy color: '#774C73'

red 119 ◦ green 76 ◦ blue 115

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

Shades of Trendy Pink #774C73

Tints of Trendy Pink #774C73

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.52%

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

R = 38.39%
G = 24.52%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#774C73 (or 0x774C73) is known color: Trendy Pink. HEX triplet: 77, 4C and 73. RGB value is (119,76,115). Sum of RGB (Red+Green+Blue) = 119+76+115=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 119 - color contains mainly: red. Hex color #774C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774C73 is #88B38C. Grayscale: #5D5D5D. Windows color (decimal): -8958861 or 7556215. OLE color: 7556215.

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

Color convert

RGB 119 76 115 -
CMYK 0 0.36 0.03 0.53
HSL 305.58º 0.22% 0.38% -
HSV(B) 305.58º 0.36% 0.47% -
XYZ 13.29 10.33 17.51 -
YUV 93.3 140.25 146.33 -
System Red Green Blue C M Y K H S L
Decimal 119 76 115 0 0.36 0.03 0.53 305.58 0.22 0.38
Hex 77 4C 73 0 24 3 35 132 16 26
Octal 167 114 163 0 44 3 65 462 26 46
Binary 1110111 1001100 1110011 0 100100 11 110101 100110010 10110 100110

Color Harmonies of #774C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C73

Black with #774C73

Text Example


Text Example

White with #774C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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