#745479

Color #745479 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #745479

Tints of Trendy Pink #745479

Color information

#745479 (or 0x745479) is unknown color: approx Trendy Pink. HEX triplet: 74, 54 and 79. RGB value is (116,84,121). Sum of RGB (Red+Green+Blue) = 116+84+121=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 121 - color contains mainly: blue. Hex color #745479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745479 is #8BAB86. Grayscale: #616161. Windows color (decimal): -9153415 or 7951476. OLE color: 7951476.

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

Color convert

RGB11684121-
CMYK0.040.3100.53
HSL291.89º18.05%40.2%-
HSV(B)291.89º30.58%47.45%-
XYZ13.8211.4319.57-
YUV97.79141.1140.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.14%
GREEN value IS 84 (33.20% from 255) = 26.17%
BLUE value IS 121 (47.66% from 255) = 37.69%
R=36.14%
G=26.17%
B=37.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116841210.040.3100.53291.8918.0540.2
Hex74547941F0351241228
Octal1641241714370654442250
Binary11101001010100111100110011111011010110010010010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745479; }

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

 H1.HeaderClassName
 {
   color: #745479;
 }
 .AnyTagClassName
 {
   color: #745479;
 }
</style>
background-color css

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

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

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

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

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

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