#876688

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

Shades of Trendy Pink #876688

Tints of Trendy Pink #876688

Color information

#876688 (or 0x876688) is unknown color: approx Trendy Pink. HEX triplet: 87, 66 and 88. RGB value is (135,102,136). Sum of RGB (Red+Green+Blue) = 135+102+136=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 136 - color contains mainly: blue. Hex color #876688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876688 is #789977. Grayscale: #737373. Windows color (decimal): -7903608 or 8939143. OLE color: 8939143.

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

Color convert

RGB135102136-
CMYK0.010.2500.47
HSL298.24º14.29%46.67%-
HSV(B)298.24º25%53.33%-
XYZ19.1916.4325.45-
YUV115.74139.43141.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.19%
GREEN value IS 102 (40.23% from 255) = 27.35%
BLUE value IS 136 (53.52% from 255) = 36.46%
R=36.19%
G=27.35%
B=36.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351021360.010.2500.47298.2414.2946.67
Hex87668811902F12ae2f
Octal2071462101310574521657
Binary1000011111001101000100011100101011111001010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876688; }

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

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

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

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

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

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

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

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