#87688D

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

Shades of Trendy Pink #87688D

Tints of Trendy Pink #87688D

Color information

#87688D (or 0x87688D) is unknown color: approx Trendy Pink. HEX triplet: 87, 68 and 8D. RGB value is (135,104,141). Sum of RGB (Red+Green+Blue) = 135+104+141=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 141 - color contains mainly: blue. Hex color #87688D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87688D is #789772. Grayscale: #757575. Windows color (decimal): -7903091 or 9267335. OLE color: 9267335.

HSL color Cylindrical-coordinate representation of color #87688D: hue angle of 290.27º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #87688D is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB135104141-
CMYK0.040.2600.45
HSL290.27º15.1%48.04%-
HSV(B)290.27º26.24%55.29%-
XYZ19.7516.9727.43-
YUV117.49141.27140.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.53%
GREEN value IS 104 (41.02% from 255) = 27.37%
BLUE value IS 141 (55.47% from 255) = 37.11%
R=35.53%
G=27.37%
B=37.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351041410.040.2600.45290.2715.148.04
Hex87688D41A02D122f30
Octal2071502154320554421760
Binary100001111101000100011011001101001011011001000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87688D; }

 p { color: rgb(135,104,141); }

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

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

 a { background-color: rgb(135,104,141); }

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

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

 span { border-color: rgb(135,104,141); }

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