Html Css Color HEX #87688D Trendy Pink

📋 copy color: '#87688D'

red 135 ◦ green 104 ◦ blue 141

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

Shades of Trendy Pink #87688D

Tints of Trendy Pink #87688D

RGB

 RED value IS 135 (53.13% 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 value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87688D (or 0x87688D) is known color: 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

RGB 135 104 141 -
CMYK 0.04 0.26 0 0.45
HSL 290.27º 0.15% 0.48% -
HSV(B) 290.27º 0.26% 0.55% -
XYZ 19.75 16.97 27.43 -
YUV 117.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 135 104 141 0.04 0.26 0 0.45 290.27 0.15 0.48
Hex 87 68 8D 4 1A 0 2D 122 F 30
Octal 207 150 215 4 32 0 55 442 17 60
Binary 10000111 1101000 10001101 100 11010 0 101101 100100010 1111 110000

Color Harmonies of #87688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87688D

Black with #87688D

Text Example


Text Example

White with #87688D

Text Example


Text Example

HTML Codes & Css Web 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>