#876b88

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

Shades of Trendy Pink #876B88

Tints of Trendy Pink #876B88

Color information

#876B88 (or 0x876B88) is unknown color: approx Trendy Pink. HEX triplet: 87, 6B and 88. RGB value is (135,107,136). Sum of RGB (Red+Green+Blue) = 135+107+136=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 136 - color contains mainly: blue. Hex color #876B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876B88 is #789477. Grayscale: #767676. Windows color (decimal): -7902328 or 8940423. OLE color: 8940423.

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

Color convert

RGB135107136-
CMYK0.010.2100.47
HSL297.93º11.93%47.65%-
HSV(B)297.93º21.32%53.33%-
XYZ19.6917.4425.62-
YUV118.68137.78139.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.71%
GREEN value IS 107 (42.19% from 255) = 28.31%
BLUE value IS 136 (53.52% from 255) = 35.98%
R=35.71%
G=28.31%
B=35.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351071360.010.2100.47297.9311.9347.65
Hex876B8811502F12ac30
Octal2071532101250574521460
Binary1000011111010111000100011010101011111001010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876b88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876b88; }

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

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

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

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

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

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

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

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