Html Css Color HEX #745676 Trendy Pink

📋 copy color: '#745676'

red 116 ◦ green 86 ◦ blue 118

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

Shades of Trendy Pink #745676

Tints of Trendy Pink #745676

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.88%

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

R = 36.25%
G = 26.88%
B = 36.88%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#745676 (or 0x745676) is known color: Trendy Pink. HEX triplet: 74, 56 and 76. RGB value is (116,86,118). Sum of RGB (Red+Green+Blue) = 116+86+118=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 118 - color contains mainly: blue. Hex color #745676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745676 is #8BA989. Grayscale: #626262. Windows color (decimal): -9152906 or 7755380. OLE color: 7755380.

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

Color convert

RGB 116 86 118 -
CMYK 0.02 0.27 0 0.54
HSL 296.25º 0.16% 0.4% -
HSV(B) 296.25º 0.27% 0.46% -
XYZ 13.8 11.68 18.67 -
YUV 98.62 138.94 140.4 -
System Red Green Blue C M Y K H S L
Decimal 116 86 118 0.02 0.27 0 0.54 296.25 0.16 0.4
Hex 74 56 76 2 1B 0 36 128 10 28
Octal 164 126 166 2 33 0 66 450 20 50
Binary 1110100 1010110 1110110 10 11011 0 110110 100101000 10000 101000

Color Harmonies of #745676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745676

Black with #745676

Text Example


Text Example

White with #745676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745676; }

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

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

background-color css

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

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

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

border-color css

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

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

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