Html Css Color HEX #745679 Trendy Pink

📋 copy color: '#745679'

red 116 ◦ green 86 ◦ blue 121

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

Shades of Trendy Pink #745679

Tints of Trendy Pink #745679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 37.46%

R = 35.91%
G = 26.63%
B = 37.46%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#745679 (or 0x745679) is known color: Trendy Pink. HEX triplet: 74, 56 and 79. RGB value is (116,86,121). Sum of RGB (Red+Green+Blue) = 116+86+121=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 121 - color contains mainly: blue. Hex color #745679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745679 is #8BA986. Grayscale: #626262. Windows color (decimal): -9152903 or 7951988. OLE color: 7951988.

HSL color Cylindrical-coordinate representation of color #745679: hue angle of 291.43º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #745679 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 86 121 -
CMYK 0.04 0.29 0 0.53
HSL 291.43º 0.17% 0.41% -
HSV(B) 291.43º 0.29% 0.47% -
XYZ 13.98 11.75 19.62 -
YUV 98.96 140.44 140.15 -
System Red Green Blue C M Y K H S L
Decimal 116 86 121 0.04 0.29 0 0.53 291.43 0.17 0.41
Hex 74 56 79 4 1D 0 35 123 11 29
Octal 164 126 171 4 35 0 65 443 21 51
Binary 1110100 1010110 1111001 100 11101 0 110101 100100011 10001 101001

Color Harmonies of #745679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745679

Black with #745679

Text Example


Text Example

White with #745679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745679; }

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

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

background-color css

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

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

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

border-color css

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

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

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