#745878

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

Shades of Trendy Pink #745878

Tints of Trendy Pink #745878

Color information

#745878 (or 0x745878) is unknown color: approx Trendy Pink. HEX triplet: 74, 58 and 78. RGB value is (116,88,120). Sum of RGB (Red+Green+Blue) = 116+88+120=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 120 - color contains mainly: blue. Hex color #745878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745878 is #8BA787. Grayscale: #636363. Windows color (decimal): -9152392 or 7886964. OLE color: 7886964.

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

Color convert

RGB11688120-
CMYK0.030.2700.53
HSL292.5º15.38%40.78%-
HSV(B)292.5º26.67%47.06%-
XYZ14.0812.0519.35-
YUV100.02139.28139.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.80%
GREEN value IS 88 (34.77% from 255) = 27.16%
BLUE value IS 120 (47.27% from 255) = 37.04%
R=35.80%
G=27.16%
B=37.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116881200.030.2700.53292.515.3840.78
Hex74587831B035124f29
Octal1641301703330654441751
Binary111010010110001111000111101101101011001001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745878; }

 p { color: rgb(116,88,120); }

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

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

 a { background-color: rgb(116,88,120); }

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

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

 span { border-color: rgb(116,88,120); }

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