Html Css Color HEX #744F76 Trendy Pink

📋 copy color: '#744F76'

red 116 ◦ green 79 ◦ blue 118

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

Shades of Trendy Pink #744F76

Tints of Trendy Pink #744F76

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.24%

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

R = 37.06%
G = 25.24%
B = 37.7%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#744F76 (or 0x744F76) is known color: Trendy Pink. HEX triplet: 74, 4F and 76. RGB value is (116,79,118). Sum of RGB (Red+Green+Blue) = 116+79+118=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 118 - color contains mainly: blue. Hex color #744F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744F76 is #8BB089. Grayscale: #5E5E5E. Windows color (decimal): -9154698 or 7753588. OLE color: 7753588.

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

Color convert

RGB 116 79 118 -
CMYK 0.02 0.33 0 0.54
HSL 296.92º 0.2% 0.39% -
HSV(B) 296.92º 0.33% 0.46% -
XYZ 13.27 10.61 18.49 -
YUV 94.51 141.26 143.33 -
System Red Green Blue C M Y K H S L
Decimal 116 79 118 0.02 0.33 0 0.54 296.92 0.2 0.39
Hex 74 4F 76 2 21 0 36 129 14 27
Octal 164 117 166 2 41 0 66 451 24 47
Binary 1110100 1001111 1110110 10 100001 0 110110 100101001 10100 100111

Color Harmonies of #744F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744F76

Black with #744F76

Text Example


Text Example

White with #744F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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