Html Css Color HEX #744E72 Trendy Pink

📋 copy color: '#744E72'

red 116 ◦ green 78 ◦ blue 114

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

Shades of Trendy Pink #744E72

Tints of Trendy Pink #744E72

RGB

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

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

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

R = 37.66%
G = 25.32%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#744E72 (or 0x744E72) is known color: Trendy Pink. HEX triplet: 74, 4E and 72. RGB value is (116,78,114). Sum of RGB (Red+Green+Blue) = 116+78+114=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 116 - color contains mainly: red. Hex color #744E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744E72 is #8BB18D. Grayscale: #5D5D5D. Windows color (decimal): -9154958 or 7491188. OLE color: 7491188.

HSL color Cylindrical-coordinate representation of color #744E72: hue angle of 303.16º 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 #744E72 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 78 114 -
CMYK 0 0.33 0.02 0.55
HSL 303.16º 0.2% 0.38% -
HSV(B) 303.16º 0.33% 0.45% -
XYZ 12.96 10.38 17.24 -
YUV 93.47 139.59 144.07 -
System Red Green Blue C M Y K H S L
Decimal 116 78 114 0 0.33 0.02 0.55 303.16 0.2 0.38
Hex 74 4E 72 0 21 2 37 12F 14 26
Octal 164 116 162 0 41 2 67 457 24 46
Binary 1110100 1001110 1110010 0 100001 10 110111 100101111 10100 100110

Color Harmonies of #744E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744E72

Black with #744E72

Text Example


Text Example

White with #744E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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