#884977

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

Shades of Trendy Pink #884977

Tints of Trendy Pink #884977

Color information

#884977 (or 0x884977) is unknown color: approx Trendy Pink. HEX triplet: 88, 49 and 77. RGB value is (136,73,119). Sum of RGB (Red+Green+Blue) = 136+73+119=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 136 - color contains mainly: red. Hex color #884977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884977 is #77B688. Grayscale: #606060. Windows color (decimal): -7845513 or 7817608. OLE color: 7817608.

HSL color Cylindrical-coordinate representation of color #884977: hue angle of 316.19º 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 #884977 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB13673119-
CMYK00.460.120.47
HSL316.19º30.14%40.98%-
HSV(B)316.19º46.32%53.33%-
XYZ15.8711.3318.8-
YUV97.08140.37155.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.46%
GREEN value IS 73 (28.91% from 255) = 22.26%
BLUE value IS 119 (46.88% from 255) = 36.28%
R=41.46%
G=22.26%
B=36.28%

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
Decimal1367311900.460.120.47316.1930.1440.98
Hex88497702EC2F13c1e29
Octal21011116705614574743651
Binary10001000100100111101110101110110010111110011110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884977; }

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

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

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

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

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

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

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

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