Html Css Color HEX #745479 Trendy Pink

📋 copy color: '#745479'

red 116 ◦ green 84 ◦ blue 121

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

Shades of Trendy Pink #745479

Tints of Trendy Pink #745479

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.17%

 BLUE value IS 121 (47.66% from 255) = 37.69%

R = 36.14%
G = 26.17%
B = 37.69%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#745479 (or 0x745479) is known color: Trendy Pink. HEX triplet: 74, 54 and 79. RGB value is (116,84,121). Sum of RGB (Red+Green+Blue) = 116+84+121=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 121 - color contains mainly: blue. Hex color #745479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745479 is #8BAB86. Grayscale: #616161. Windows color (decimal): -9153415 or 7951476. OLE color: 7951476.

HSL color Cylindrical-coordinate representation of color #745479: hue angle of 291.89º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #745479 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 84 121 -
CMYK 0.04 0.31 0 0.53
HSL 291.89º 0.18% 0.4% -
HSV(B) 291.89º 0.31% 0.47% -
XYZ 13.82 11.43 19.57 -
YUV 97.79 141.1 140.99 -
System Red Green Blue C M Y K H S L
Decimal 116 84 121 0.04 0.31 0 0.53 291.89 0.18 0.4
Hex 74 54 79 4 1F 0 35 124 12 28
Octal 164 124 171 4 37 0 65 444 22 50
Binary 1110100 1010100 1111001 100 11111 0 110101 100100100 10010 101000

Color Harmonies of #745479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745479

Black with #745479

Text Example


Text Example

White with #745479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745479; }

 p { color: rgb(116,84,121); }

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

background-color css

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

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

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

border-color css

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

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

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