Html Css Color HEX #774C74 Trendy Pink

📋 copy color: '#774C74'

red 119 ◦ green 76 ◦ blue 116

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

Shades of Trendy Pink #774C74

Tints of Trendy Pink #774C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.3%

R = 38.26%
G = 24.44%
B = 37.3%

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

#774C74 (or 0x774C74) is known color: Trendy Pink. HEX triplet: 77, 4C and 74. RGB value is (119,76,116). Sum of RGB (Red+Green+Blue) = 119+76+116=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 119 - color contains mainly: red. Hex color #774C74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774C74 is #88B38B. Grayscale: #5D5D5D. Windows color (decimal): -8958860 or 7621751. OLE color: 7621751.

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

Color convert

RGB 119 76 116 -
CMYK 0 0.36 0.03 0.53
HSL 304.19º 0.22% 0.38% -
HSV(B) 304.19º 0.36% 0.47% -
XYZ 13.34 10.35 17.82 -
YUV 93.42 140.75 146.25 -
System Red Green Blue C M Y K H S L
Decimal 119 76 116 0 0.36 0.03 0.53 304.19 0.22 0.38
Hex 77 4C 74 0 24 3 35 130 16 26
Octal 167 114 164 0 44 3 65 460 26 46
Binary 1110111 1001100 1110100 0 100100 11 110101 100110000 10110 100110

Color Harmonies of #774C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C74

Black with #774C74

Text Example


Text Example

White with #774C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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