Html Css Color HEX #745576 Trendy Pink

📋 copy color: '#745576'

red 116 ◦ green 85 ◦ blue 118

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

Shades of Trendy Pink #745576

Tints of Trendy Pink #745576

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.65%

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

R = 36.36%
G = 26.65%
B = 36.99%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#745576 (or 0x745576) is known color: Trendy Pink. HEX triplet: 74, 55 and 76. RGB value is (116,85,118). Sum of RGB (Red+Green+Blue) = 116+85+118=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 118 - color contains mainly: blue. Hex color #745576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745576 is #8BAA89. Grayscale: #616161. Windows color (decimal): -9153162 or 7755124. OLE color: 7755124.

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

Color convert

RGB 116 85 118 -
CMYK 0.02 0.28 0 0.54
HSL 296.36º 0.16% 0.4% -
HSV(B) 296.36º 0.28% 0.46% -
XYZ 13.72 11.52 18.64 -
YUV 98.03 139.27 140.82 -
System Red Green Blue C M Y K H S L
Decimal 116 85 118 0.02 0.28 0 0.54 296.36 0.16 0.4
Hex 74 55 76 2 1C 0 36 128 10 28
Octal 164 125 166 2 34 0 66 450 20 50
Binary 1110100 1010101 1110110 10 11100 0 110110 100101000 10000 101000

Color Harmonies of #745576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745576

Black with #745576

Text Example


Text Example

White with #745576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745576; }

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

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

background-color css

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

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

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

border-color css

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

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

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