Html Css Color HEX #745976 Trendy Pink

📋 copy color: '#745976'

red 116 ◦ green 89 ◦ blue 118

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

Shades of Trendy Pink #745976

Tints of Trendy Pink #745976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.55%

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

R = 35.91%
G = 27.55%
B = 36.53%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#745976 (or 0x745976) is known color: Trendy Pink. HEX triplet: 74, 59 and 76. RGB value is (116,89,118). Sum of RGB (Red+Green+Blue) = 116+89+118=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 118 - color contains mainly: blue. Hex color #745976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745976 is #8BA689. Grayscale: #646464. Windows color (decimal): -9152138 or 7756148. OLE color: 7756148.

HSL color Cylindrical-coordinate representation of color #745976: hue angle of 295.86º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #745976 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 89 118 -
CMYK 0.02 0.25 0 0.54
HSL 295.86º 0.14% 0.41% -
HSV(B) 295.86º 0.25% 0.46% -
XYZ 14.04 12.17 18.75 -
YUV 100.38 137.95 139.14 -
System Red Green Blue C M Y K H S L
Decimal 116 89 118 0.02 0.25 0 0.54 295.86 0.14 0.41
Hex 74 59 76 2 19 0 36 128 E 29
Octal 164 131 166 2 31 0 66 450 16 51
Binary 1110100 1011001 1110110 10 11001 0 110110 100101000 1110 101001

Color Harmonies of #745976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745976

Black with #745976

Text Example


Text Example

White with #745976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745976; }

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

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

background-color css

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

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

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

border-color css

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

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

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