Html Css Color HEX #744F75 Trendy Pink

📋 copy color: '#744F75'

red 116 ◦ green 79 ◦ blue 117

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

Shades of Trendy Pink #744F75

Tints of Trendy Pink #744F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.5%

R = 37.18%
G = 25.32%
B = 37.5%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#744F75 (or 0x744F75) is known color: Trendy Pink. HEX triplet: 74, 4F and 75. RGB value is (116,79,117). Sum of RGB (Red+Green+Blue) = 116+79+117=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 117 - color contains mainly: blue. Hex color #744F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744F75 is #8BB08A. Grayscale: #5E5E5E. Windows color (decimal): -9154699 or 7688052. OLE color: 7688052.

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

Color convert

RGB 116 79 117 -
CMYK 0.01 0.32 0 0.54
HSL 298.42º 0.19% 0.38% -
HSV(B) 298.42º 0.32% 0.46% -
XYZ 13.21 10.59 18.18 -
YUV 94.4 140.76 143.41 -
System Red Green Blue C M Y K H S L
Decimal 116 79 117 0.01 0.32 0 0.54 298.42 0.19 0.38
Hex 74 4F 75 1 20 0 36 12A 13 26
Octal 164 117 165 1 40 0 66 452 23 46
Binary 1110100 1001111 1110101 1 100000 0 110110 100101010 10011 100110

Color Harmonies of #744F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744F75

Black with #744F75

Text Example


Text Example

White with #744F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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