Html Css Color HEX #745376 Trendy Pink

📋 copy color: '#745376'

red 116 ◦ green 83 ◦ blue 118

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

Shades of Trendy Pink #745376

Tints of Trendy Pink #745376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.22%

R = 36.59%
G = 26.18%
B = 37.22%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#745376 (or 0x745376) is known color: Trendy Pink. HEX triplet: 74, 53 and 76. RGB value is (116,83,118). Sum of RGB (Red+Green+Blue) = 116+83+118=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 118 - color contains mainly: blue. Hex color #745376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745376 is #8BAC89. Grayscale: #606060. Windows color (decimal): -9153674 or 7754612. OLE color: 7754612.

HSL color Cylindrical-coordinate representation of color #745376: hue angle of 296.57º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #745376 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 83 118 -
CMYK 0.02 0.30 0 0.54
HSL 296.57º 0.17% 0.39% -
HSV(B) 296.57º 0.3% 0.46% -
XYZ 13.57 11.21 18.59 -
YUV 96.86 139.93 141.65 -
System Red Green Blue C M Y K H S L
Decimal 116 83 118 0.02 0.30 0 0.54 296.57 0.17 0.39
Hex 74 53 76 2 1E 0 36 129 11 27
Octal 164 123 166 2 36 0 66 451 21 47
Binary 1110100 1010011 1110110 10 11110 0 110110 100101001 10001 100111

Color Harmonies of #745376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745376

Black with #745376

Text Example


Text Example

White with #745376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745376; }

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

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

background-color css

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

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

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

border-color css

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

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

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