#804778

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

Shades of Trendy Pink #804778

Tints of Trendy Pink #804778

Color information

#804778 (or 0x804778) is unknown color: approx Trendy Pink. HEX triplet: 80, 47 and 78. RGB value is (128,71,120). Sum of RGB (Red+Green+Blue) = 128+71+120=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 128 - color contains mainly: red. Hex color #804778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804778 is #7FB887. Grayscale: #5D5D5D. Windows color (decimal): -8370312 or 7882624. OLE color: 7882624.

HSL color Cylindrical-coordinate representation of color #804778: hue angle of 308.42º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #804778 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB12871120-
CMYK00.450.060.50
HSL308.42º28.64%39.02%-
HSV(B)308.42º44.53%50.2%-
XYZ14.5510.4519.02-
YUV93.63142.88152.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.13%
GREEN value IS 71 (28.12% from 255) = 22.26%
BLUE value IS 120 (47.27% from 255) = 37.62%
R=40.13%
G=22.26%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1287112000.450.060.50308.4228.6439.02
Hex80477802D6321341d27
Octal2001071700556624643547
Binary1000000010001111111000010110111011001010011010011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804778; }

 p { color: rgb(128,71,120); }

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

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

 a { background-color: rgb(128,71,120); }

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

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

 span { border-color: rgb(128,71,120); }

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