Html Css Color HEX #745374 Trendy Pink

📋 copy color: '#745374'

red 116 ◦ green 83 ◦ blue 116

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

Shades of Trendy Pink #745374

Tints of Trendy Pink #745374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.83%

R = 36.83%
G = 26.35%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#745374 (or 0x745374) is known color: Trendy Pink. HEX triplet: 74, 53 and 74. RGB value is (116,83,116). Sum of RGB (Red+Green+Blue) = 116+83+116=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #745374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745374 is #8BAC8B. Grayscale: #606060. Windows color (decimal): -9153676 or 7623540. OLE color: 7623540.

HSL color Cylindrical-coordinate representation of color #745374: hue angle of 300º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #745374 is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 83 116 -
CMYK 0 0.28 0 0.55
HSL 300º 0.17% 0.39% -
HSV(B) 300º 0.28% 0.45% -
XYZ 13.45 11.16 17.97 -
YUV 96.63 138.93 141.82 -
System Red Green Blue C M Y K H S L
Decimal 116 83 116 0 0.28 0 0.55 300 0.17 0.39
Hex 74 53 74 0 1C 0 37 12C 11 27
Octal 164 123 164 0 34 0 67 454 21 47
Binary 1110100 1010011 1110100 0 11100 0 110111 100101100 10001 100111

Color Harmonies of #745374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745374

Black with #745374

Text Example


Text Example

White with #745374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745374; }

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

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

background-color css

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

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

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

border-color css

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

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

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