Html Css Color HEX #745A76 Trendy Pink

📋 copy color: '#745A76'

red 116 ◦ green 90 ◦ blue 118

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

Shades of Trendy Pink #745A76

Tints of Trendy Pink #745A76

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.78%

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

R = 35.8%
G = 27.78%
B = 36.42%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#745A76 (or 0x745A76) is known color: Trendy Pink. HEX triplet: 74, 5A and 76. RGB value is (116,90,118). Sum of RGB (Red+Green+Blue) = 116+90+118=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 118 - color contains mainly: blue. Hex color #745A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745A76 is #8BA589. Grayscale: #646464. Windows color (decimal): -9151882 or 7756404. OLE color: 7756404.

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

Color convert

RGB 116 90 118 -
CMYK 0.02 0.24 0 0.54
HSL 295.71º 0.13% 0.41% -
HSV(B) 295.71º 0.24% 0.46% -
XYZ 14.13 12.33 18.78 -
YUV 100.97 137.61 138.72 -
System Red Green Blue C M Y K H S L
Decimal 116 90 118 0.02 0.24 0 0.54 295.71 0.13 0.41
Hex 74 5A 76 2 18 0 36 128 D 29
Octal 164 132 166 2 30 0 66 450 15 51
Binary 1110100 1011010 1110110 10 11000 0 110110 100101000 1101 101001

Color Harmonies of #745A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745A76

Black with #745A76

Text Example


Text Example

White with #745A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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