Html Css Color HEX #745377 Trendy Pink

📋 copy color: '#745377'

red 116 ◦ green 83 ◦ blue 119

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

Shades of Trendy Pink #745377

Tints of Trendy Pink #745377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.1%

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

R = 36.48%
G = 26.1%
B = 37.42%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#745377 (or 0x745377) is known color: Trendy Pink. HEX triplet: 74, 53 and 77. RGB value is (116,83,119). Sum of RGB (Red+Green+Blue) = 116+83+119=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 119 - color contains mainly: blue. Hex color #745377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745377 is #8BAC88. Grayscale: #606060. Windows color (decimal): -9153673 or 7820148. OLE color: 7820148.

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

Color convert

RGB 116 83 119 -
CMYK 0.03 0.30 0 0.53
HSL 295º 0.18% 0.4% -
HSV(B) 295º 0.3% 0.47% -
XYZ 13.63 11.23 18.9 -
YUV 96.97 140.43 141.57 -
System Red Green Blue C M Y K H S L
Decimal 116 83 119 0.03 0.30 0 0.53 295 0.18 0.4
Hex 74 53 77 3 1E 0 35 127 12 28
Octal 164 123 167 3 36 0 65 447 22 50
Binary 1110100 1010011 1110111 11 11110 0 110101 100100111 10010 101000

Color Harmonies of #745377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745377

Black with #745377

Text Example


Text Example

White with #745377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745377; }

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

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

background-color css

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

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

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

border-color css

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

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

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