#804E7A

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

Shades of Trendy Pink #804E7A

Tints of Trendy Pink #804E7A

Color information

#804E7A (or 0x804E7A) is unknown color: approx Trendy Pink. HEX triplet: 80, 4E and 7A. RGB value is (128,78,122). Sum of RGB (Red+Green+Blue) = 128+78+122=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 128 - color contains mainly: red. Hex color #804E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804E7A is #7FB185. Grayscale: #616161. Windows color (decimal): -8368518 or 8015488. OLE color: 8015488.

HSL color Cylindrical-coordinate representation of color #804E7A: hue angle of 307.2º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #804E7A is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB12878122-
CMYK00.390.050.50
HSL307.2º24.27%40.39%-
HSV(B)307.2º39.06%50.2%-
XYZ15.1411.4419.82-
YUV97.97141.56149.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.02%
GREEN value IS 78 (30.86% from 255) = 23.78%
BLUE value IS 122 (48.05% from 255) = 37.20%
R=39.02%
G=23.78%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1287812200.390.050.50307.224.2740.39
Hex804E7A0275321331828
Octal2001161720475624633050
Binary1000000010011101111010010011110111001010011001111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804E7A; }

 p { color: rgb(128,78,122); }

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

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

 a { background-color: rgb(128,78,122); }

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

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

 span { border-color: rgb(128,78,122); }

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