Html Css Color HEX #876987 Trendy Pink

📋 copy color: '#876987'

red 135 ◦ green 105 ◦ blue 135

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

Shades of Trendy Pink #876987

Tints of Trendy Pink #876987

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28%

 BLUE value IS 135 (53.13% from 255) = 36%

R = 36%
G = 28%
B = 36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#876987 (or 0x876987) is known color: Trendy Pink. HEX triplet: 87, 69 and 87. RGB value is (135,105,135). Sum of RGB (Red+Green+Blue) = 135+105+135=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #876987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876987 is #789678. Grayscale: #757575. Windows color (decimal): -7902841 or 8874375. OLE color: 8874375.

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

Color convert

RGB 135 105 135 -
CMYK 0 0.22 0 0.47
HSL 300º 0.13% 0.47% -
HSV(B) 300º 0.22% 0.53% -
XYZ 19.42 17 25.18 -
YUV 117.39 137.94 140.56 -
System Red Green Blue C M Y K H S L
Decimal 135 105 135 0 0.22 0 0.47 300 0.13 0.47
Hex 87 69 87 0 16 0 2F 12C C 2F
Octal 207 151 207 0 26 0 57 454 14 57
Binary 10000111 1101001 10000111 0 10110 0 101111 100101100 1100 101111

Color Harmonies of #876987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876987

Black with #876987

Text Example


Text Example

White with #876987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876987; }

 p { color: rgb(135,105,135); }

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

background-color css

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

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

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

border-color css

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

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

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