#886B84

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

Shades of Trendy Pink #886B84

Tints of Trendy Pink #886B84

Color information

#886B84 (or 0x886B84) is unknown color: approx Trendy Pink. HEX triplet: 88, 6B and 84. RGB value is (136,107,132). Sum of RGB (Red+Green+Blue) = 136+107+132=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 136 - color contains mainly: red. Hex color #886B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886B84 is #77947B. Grayscale: #767676. Windows color (decimal): -7836796 or 8678280. OLE color: 8678280.

HSL color Cylindrical-coordinate representation of color #886B84: hue angle of 308.28º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #886B84 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB136107132-
CMYK00.210.030.47
HSL308.28º11.93%47.65%-
HSV(B)308.28º21.32%53.33%-
XYZ19.5817.4224.16-
YUV118.52135.61140.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.27%
GREEN value IS 107 (42.19% from 255) = 28.53%
BLUE value IS 132 (51.95% from 255) = 35.2%
R=36.27%
G=28.53%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610713200.210.030.47308.2811.9347.65
Hex886B8401532F134c30
Octal2101532040253574641460
Binary10001000110101110000100010101111011111001101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886B84; }

 p { color: rgb(136,107,132); }

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

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

 a { background-color: rgb(136,107,132); }

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

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

 span { border-color: rgb(136,107,132); }

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