#884B7F

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

Shades of Trendy Pink #884B7F

Tints of Trendy Pink #884B7F

Color information

#884B7F (or 0x884B7F) is unknown color: approx Trendy Pink. HEX triplet: 88, 4B and 7F. RGB value is (136,75,127). Sum of RGB (Red+Green+Blue) = 136+75+127=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #884B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884B7F is #77B480. Grayscale: #636363. Windows color (decimal): -7844993 or 8342408. OLE color: 8342408.

HSL color Cylindrical-coordinate representation of color #884B7F: hue angle of 308.85º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #884B7F is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13675127-
CMYK00.450.070.47
HSL308.85º28.91%41.37%-
HSV(B)308.85º44.85%53.33%-
XYZ16.511.821.49-
YUV99.17143.71154.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.24%
GREEN value IS 75 (29.69% from 255) = 22.19%
BLUE value IS 127 (50% from 255) = 37.57%
R=40.24%
G=22.19%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367512700.450.070.47308.8528.9141.37
Hex884B7F02D72F1351d29
Octal2101131770557574653551
Binary1000100010010111111111010110111110111110011010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884B7F; }

 p { color: rgb(136,75,127); }

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

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

 a { background-color: rgb(136,75,127); }

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

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

 span { border-color: rgb(136,75,127); }

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