Html Css Color HEX #744E76 Trendy Pink

📋 copy color: '#744E76'

red 116 ◦ green 78 ◦ blue 118

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

Shades of Trendy Pink #744E76

Tints of Trendy Pink #744E76

RGB

 RED value IS 116 (45.7% from 255) = 37.18%

 GREEN value IS 78 (30.86% from 255) = 25%

 BLUE value IS 118 (46.48% from 255) = 37.82%

R = 37.18%
G = 25%
B = 37.82%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#744E76 (or 0x744E76) is known color: Trendy Pink. HEX triplet: 74, 4E and 76. RGB value is (116,78,118). Sum of RGB (Red+Green+Blue) = 116+78+118=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 118 - color contains mainly: blue. Hex color #744E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744E76 is #8BB189. Grayscale: #5D5D5D. Windows color (decimal): -9154954 or 7753332. OLE color: 7753332.

HSL color Cylindrical-coordinate representation of color #744E76: hue angle of 297º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #744E76 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 78 118 -
CMYK 0.02 0.34 0 0.54
HSL 297º 0.2% 0.38% -
HSV(B) 297º 0.34% 0.46% -
XYZ 13.2 10.47 18.46 -
YUV 93.92 141.59 143.75 -
System Red Green Blue C M Y K H S L
Decimal 116 78 118 0.02 0.34 0 0.54 297 0.2 0.38
Hex 74 4E 76 2 22 0 36 129 14 26
Octal 164 116 166 2 42 0 66 451 24 46
Binary 1110100 1001110 1110110 10 100010 0 110110 100101001 10100 100110

Color Harmonies of #744E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744E76

Black with #744E76

Text Example


Text Example

White with #744E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744E76; }

 p { color: rgb(116,78,118); }

 H1.HeaderClassName
 {
   color: #744E76;
 }
 .AnyTagClassName
 {
   color: #744E76;
 }
</style>

background-color css

<style>
 a { background-color: #744E76; }

 a { background-color: rgb(116,78,118); }

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

border-color css

<style>
 span { border-color: #744E76; }

 span { border-color: rgb(116,78,118); }

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