#884978

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

Shades of Trendy Pink #884978

Tints of Trendy Pink #884978

Color information

#884978 (or 0x884978) is unknown color: approx Trendy Pink. HEX triplet: 88, 49 and 78. RGB value is (136,73,120). Sum of RGB (Red+Green+Blue) = 136+73+120=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #884978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884978 is #77B687. Grayscale: #616161. Windows color (decimal): -7845512 or 7883144. OLE color: 7883144.

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

Color convert

RGB13673120-
CMYK00.460.120.47
HSL315.24º30.14%40.98%-
HSV(B)315.24º46.32%53.33%-
XYZ15.9311.3619.12-
YUV97.2140.87155.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.34%
GREEN value IS 73 (28.91% from 255) = 22.19%
BLUE value IS 120 (47.27% from 255) = 36.47%
R=41.34%
G=22.19%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367312000.460.120.47315.2430.1440.98
Hex88497802EC2F13b1e29
Octal21011117005614574733651
Binary10001000100100111110000101110110010111110011101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884978; }

 p { color: rgb(136,73,120); }

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

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

 a { background-color: rgb(136,73,120); }

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

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

 span { border-color: rgb(136,73,120); }

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