#886784

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

Shades of Trendy Pink #886784

Tints of Trendy Pink #886784

Color information

#886784 (or 0x886784) is unknown color: approx Trendy Pink. HEX triplet: 88, 67 and 84. RGB value is (136,103,132). Sum of RGB (Red+Green+Blue) = 136+103+132=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 136 - color contains mainly: red. Hex color #886784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886784 is #77987B. Grayscale: #747474. Windows color (decimal): -7837820 or 8677256. OLE color: 8677256.

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

Color convert

RGB136103132-
CMYK00.240.030.47
HSL307.27º13.81%46.86%-
HSV(B)307.27º24.26%53.33%-
XYZ19.1716.624.02-
YUV116.17136.93142.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.66%
GREEN value IS 103 (40.62% from 255) = 27.76%
BLUE value IS 132 (51.95% from 255) = 35.58%
R=36.66%
G=27.76%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610313200.240.030.47307.2713.8146.86
Hex88678401832F133e2f
Octal2101472040303574631657
Binary10001000110011110000100011000111011111001100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886784; }

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

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

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

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

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

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

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

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