Html Css Color HEX #744E74 Trendy Pink

📋 copy color: '#744E74'

red 116 ◦ green 78 ◦ blue 116

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

Shades of Trendy Pink #744E74

Tints of Trendy Pink #744E74

RGB

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

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

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

R = 37.42%
G = 25.16%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#744E74 (or 0x744E74) is known color: Trendy Pink. HEX triplet: 74, 4E and 74. RGB value is (116,78,116). Sum of RGB (Red+Green+Blue) = 116+78+116=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #744E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744E74 is #8BB18B. Grayscale: #5D5D5D. Windows color (decimal): -9154956 or 7622260. OLE color: 7622260.

HSL color Cylindrical-coordinate representation of color #744E74: hue angle of 300º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #744E74 is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 78 116 -
CMYK 0 0.33 0 0.55
HSL 300º 0.2% 0.38% -
HSV(B) 300º 0.33% 0.45% -
XYZ 13.08 10.42 17.85 -
YUV 93.69 140.59 143.91 -
System Red Green Blue C M Y K H S L
Decimal 116 78 116 0 0.33 0 0.55 300 0.2 0.38
Hex 74 4E 74 0 21 0 37 12C 14 26
Octal 164 116 164 0 41 0 67 454 24 46
Binary 1110100 1001110 1110100 0 100001 0 110111 100101100 10100 100110

Color Harmonies of #744E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744E74

Black with #744E74

Text Example


Text Example

White with #744E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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