Html Css Color HEX #745476 Trendy Pink

📋 copy color: '#745476'

red 116 ◦ green 84 ◦ blue 118

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

Shades of Trendy Pink #745476

Tints of Trendy Pink #745476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.42%

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

R = 36.48%
G = 26.42%
B = 37.11%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#745476 (or 0x745476) is known color: Trendy Pink. HEX triplet: 74, 54 and 76. RGB value is (116,84,118). Sum of RGB (Red+Green+Blue) = 116+84+118=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 118 - color contains mainly: blue. Hex color #745476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745476 is #8BAB89. Grayscale: #616161. Windows color (decimal): -9153418 or 7754868. OLE color: 7754868.

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

Color convert

RGB 116 84 118 -
CMYK 0.02 0.29 0 0.54
HSL 296.47º 0.17% 0.4% -
HSV(B) 296.47º 0.29% 0.46% -
XYZ 13.64 11.36 18.61 -
YUV 97.44 139.6 141.24 -
System Red Green Blue C M Y K H S L
Decimal 116 84 118 0.02 0.29 0 0.54 296.47 0.17 0.4
Hex 74 54 76 2 1D 0 36 128 11 28
Octal 164 124 166 2 35 0 66 450 21 50
Binary 1110100 1010100 1110110 10 11101 0 110110 100101000 10001 101000

Color Harmonies of #745476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745476

Black with #745476

Text Example


Text Example

White with #745476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745476; }

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

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

background-color css

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

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

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

border-color css

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

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

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