Html Css Color HEX #774C72 Trendy Pink

📋 copy color: '#774C72'

red 119 ◦ green 76 ◦ blue 114

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

Shades of Trendy Pink #774C72

Tints of Trendy Pink #774C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.89%

R = 38.51%
G = 24.6%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#774C72 (or 0x774C72) is known color: Trendy Pink. HEX triplet: 77, 4C and 72. RGB value is (119,76,114). Sum of RGB (Red+Green+Blue) = 119+76+114=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 119 - color contains mainly: red. Hex color #774C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774C72 is #88B38D. Grayscale: #5D5D5D. Windows color (decimal): -8958862 or 7490679. OLE color: 7490679.

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

Color convert

RGB 119 76 114 -
CMYK 0 0.36 0.04 0.53
HSL 306.98º 0.22% 0.38% -
HSV(B) 306.98º 0.36% 0.47% -
XYZ 13.23 10.31 17.21 -
YUV 93.19 139.75 146.41 -
System Red Green Blue C M Y K H S L
Decimal 119 76 114 0 0.36 0.04 0.53 306.98 0.22 0.38
Hex 77 4C 72 0 24 4 35 133 16 26
Octal 167 114 162 0 44 4 65 463 26 46
Binary 1110111 1001100 1110010 0 100100 100 110101 100110011 10110 100110

Color Harmonies of #774C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C72

Black with #774C72

Text Example


Text Example

White with #774C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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