Html Css Color HEX #745378 Trendy Pink

📋 copy color: '#745378'

red 116 ◦ green 83 ◦ blue 120

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

Shades of Trendy Pink #745378

Tints of Trendy Pink #745378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.62%

R = 36.36%
G = 26.02%
B = 37.62%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#745378 (or 0x745378) is known color: Trendy Pink. HEX triplet: 74, 53 and 78. RGB value is (116,83,120). Sum of RGB (Red+Green+Blue) = 116+83+120=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 120 - color contains mainly: blue. Hex color #745378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745378 is #8BAC87. Grayscale: #606060. Windows color (decimal): -9153672 or 7885684. OLE color: 7885684.

HSL color Cylindrical-coordinate representation of color #745378: hue angle of 293.51º 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 #745378 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 83 120 -
CMYK 0.03 0.31 0 0.53
HSL 293.51º 0.18% 0.4% -
HSV(B) 293.51º 0.31% 0.47% -
XYZ 13.69 11.26 19.22 -
YUV 97.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 116 83 120 0.03 0.31 0 0.53 293.51 0.18 0.4
Hex 74 53 78 3 1F 0 35 126 12 28
Octal 164 123 170 3 37 0 65 446 22 50
Binary 1110100 1010011 1111000 11 11111 0 110101 100100110 10010 101000

Color Harmonies of #745378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745378

Black with #745378

Text Example


Text Example

White with #745378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745378; }

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

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

background-color css

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

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

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

border-color css

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

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

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