#886786

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

Shades of Trendy Pink #886786

Tints of Trendy Pink #886786

Color information

#886786 (or 0x886786) is unknown color: approx Trendy Pink. HEX triplet: 88, 67 and 86. RGB value is (136,103,134). Sum of RGB (Red+Green+Blue) = 136+103+134=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 136 - color contains mainly: red. Hex color #886786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886786 is #779879. Grayscale: #747474. Windows color (decimal): -7837818 or 8808328. OLE color: 8808328.

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

Color convert

RGB136103134-
CMYK00.240.010.47
HSL303.64º13.81%46.86%-
HSV(B)303.64º24.26%53.33%-
XYZ19.3116.6624.75-
YUV116.4137.93141.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.46%
GREEN value IS 103 (40.62% from 255) = 27.61%
BLUE value IS 134 (52.73% from 255) = 35.92%
R=36.46%
G=27.61%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610313400.240.010.47303.6413.8146.86
Hex88678601812F130e2f
Octal2101472060301574601657
Binary1000100011001111000011001100011011111001100001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886786; }

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

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

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

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

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

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

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

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