Html Css Color HEX #774C71 Trendy Pink

📋 copy color: '#774C71'

red 119 ◦ green 76 ◦ blue 113

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

Shades of Trendy Pink #774C71

Tints of Trendy Pink #774C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.69%

R = 38.64%
G = 24.68%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#774C71 (or 0x774C71) is known color: Trendy Pink. HEX triplet: 77, 4C and 71. RGB value is (119,76,113). Sum of RGB (Red+Green+Blue) = 119+76+113=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #774C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774C71 is #88B38E. Grayscale: #5C5C5C. Windows color (decimal): -8958863 or 7425143. OLE color: 7425143.

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

Color convert

RGB 119 76 113 -
CMYK 0 0.36 0.05 0.53
HSL 308.37º 0.22% 0.38% -
HSV(B) 308.37º 0.36% 0.47% -
XYZ 13.17 10.28 16.91 -
YUV 93.08 139.25 146.49 -
System Red Green Blue C M Y K H S L
Decimal 119 76 113 0 0.36 0.05 0.53 308.37 0.22 0.38
Hex 77 4C 71 0 24 5 35 134 16 26
Octal 167 114 161 0 44 5 65 464 26 46
Binary 1110111 1001100 1110001 0 100100 101 110101 100110100 10110 100110

Color Harmonies of #774C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C71

Black with #774C71

Text Example


Text Example

White with #774C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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