Html Css Color HEX #886A87 Trendy Pink

📋 copy color: '#886A87'

red 136 ◦ green 106 ◦ blue 135

#886A87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #886A87

Tints of Trendy Pink #886A87

RGB

 RED value IS 136 (53.52% from 255) = 36.07%

 GREEN value IS 106 (41.8% from 255) = 28.12%

 BLUE value IS 135 (53.13% from 255) = 35.81%

R = 36.07%
G = 28.12%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#886A87 (or 0x886A87) is known color: Trendy Pink. HEX triplet: 88, 6A and 87. RGB value is (136,106,135). Sum of RGB (Red+Green+Blue) = 136+106+135=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 136 - color contains mainly: red. Hex color #886A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886A87 is #779578. Grayscale: #767676. Windows color (decimal): -7837049 or 8874632. OLE color: 8874632.

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

Color convert

RGB 136 106 135 -
CMYK 0 0.22 0.01 0.47
HSL 302º 0.12% 0.47% -
HSV(B) 302º 0.22% 0.53% -
XYZ 19.68 17.29 25.22 -
YUV 118.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 136 106 135 0 0.22 0.01 0.47 302 0.12 0.47
Hex 88 6A 87 0 16 1 2F 12E C 2F
Octal 210 152 207 0 26 1 57 456 14 57
Binary 10001000 1101010 10000111 0 10110 1 101111 100101110 1100 101111

Color Harmonies of #886A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886A87

Black with #886A87

Text Example


Text Example

White with #886A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,106,135); }

 H1.HeaderClassName
 {
   color: #886A87;
 }
 .AnyTagClassName
 {
   color: #886A87;
 }
</style>

background-color css

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

 a { background-color: rgb(136,106,135); }

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

border-color css

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

 span { border-color: rgb(136,106,135); }

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