Html Css Color HEX #876686 Trendy Pink

📋 copy color: '#876686'

red 135 ◦ green 102 ◦ blue 134

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

Shades of Trendy Pink #876686

Tints of Trendy Pink #876686

RGB

 RED value IS 135 (53.13% from 255) = 36.39%

 GREEN value IS 102 (40.23% from 255) = 27.49%

 BLUE value IS 134 (52.73% from 255) = 36.12%

R = 36.39%
G = 27.49%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#876686 (or 0x876686) is known color: Trendy Pink. HEX triplet: 87, 66 and 86. RGB value is (135,102,134). Sum of RGB (Red+Green+Blue) = 135+102+134=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 135 - color contains mainly: red. Hex color #876686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876686 is #789979. Grayscale: #737373. Windows color (decimal): -7903610 or 8808071. OLE color: 8808071.

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

Color convert

RGB 135 102 134 -
CMYK 0 0.24 0.01 0.47
HSL 301.82º 0.14% 0.46% -
HSV(B) 301.82º 0.24% 0.53% -
XYZ 19.05 16.37 24.71 -
YUV 115.52 138.43 141.9 -
System Red Green Blue C M Y K H S L
Decimal 135 102 134 0 0.24 0.01 0.47 301.82 0.14 0.46
Hex 87 66 86 0 18 1 2F 12E E 2E
Octal 207 146 206 0 30 1 57 456 16 56
Binary 10000111 1100110 10000110 0 11000 1 101111 100101110 1110 101110

Color Harmonies of #876686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876686

Black with #876686

Text Example


Text Example

White with #876686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876686; }

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

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

background-color css

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

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

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

border-color css

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

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

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