Html Css Color HEX #745477 Trendy Pink

📋 copy color: '#745477'

red 116 ◦ green 84 ◦ blue 119

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

Shades of Trendy Pink #745477

Tints of Trendy Pink #745477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.3%

R = 36.36%
G = 26.33%
B = 37.3%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#745477 (or 0x745477) is known color: Trendy Pink. HEX triplet: 74, 54 and 77. RGB value is (116,84,119). Sum of RGB (Red+Green+Blue) = 116+84+119=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 119 - color contains mainly: blue. Hex color #745477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745477 is #8BAB88. Grayscale: #616161. Windows color (decimal): -9153417 or 7820404. OLE color: 7820404.

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

Color convert

RGB 116 84 119 -
CMYK 0.03 0.29 0 0.53
HSL 294.86º 0.17% 0.4% -
HSV(B) 294.86º 0.29% 0.47% -
XYZ 13.7 11.39 18.93 -
YUV 97.56 140.1 141.15 -
System Red Green Blue C M Y K H S L
Decimal 116 84 119 0.03 0.29 0 0.53 294.86 0.17 0.4
Hex 74 54 77 3 1D 0 35 127 11 28
Octal 164 124 167 3 35 0 65 447 21 50
Binary 1110100 1010100 1110111 11 11101 0 110101 100100111 10001 101000

Color Harmonies of #745477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745477

Black with #745477

Text Example


Text Example

White with #745477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745477; }

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

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

background-color css

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

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

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

border-color css

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

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

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