Html Css Color HEX #876F8B Trendy Pink

📋 copy color: '#876F8B'

red 135 ◦ green 111 ◦ blue 139

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

Shades of Trendy Pink #876F8B

Tints of Trendy Pink #876F8B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.83%

 BLUE value IS 139 (54.69% from 255) = 36.1%

R = 35.06%
G = 28.83%
B = 36.1%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#876F8B (or 0x876F8B) is known color: Trendy Pink. HEX triplet: 87, 6F and 8B. RGB value is (135,111,139). Sum of RGB (Red+Green+Blue) = 135+111+139=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 139 - color contains mainly: blue. Hex color #876F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876F8B is #789074. Grayscale: #797979. Windows color (decimal): -7901301 or 9138055. OLE color: 9138055.

HSL color Cylindrical-coordinate representation of color #876F8B: hue angle of 291.43º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #876F8B is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 111 139 -
CMYK 0.03 0.20 0 0.45
HSL 291.43º 0.11% 0.49% -
HSV(B) 291.43º 0.2% 0.55% -
XYZ 20.34 18.38 26.9 -
YUV 121.37 137.95 137.72 -
System Red Green Blue C M Y K H S L
Decimal 135 111 139 0.03 0.20 0 0.45 291.43 0.11 0.49
Hex 87 6F 8B 3 14 0 2D 123 B 31
Octal 207 157 213 3 24 0 55 443 13 61
Binary 10000111 1101111 10001011 11 10100 0 101101 100100011 1011 110001

Color Harmonies of #876F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876F8B

Black with #876F8B

Text Example


Text Example

White with #876F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876F8B; }

 p { color: rgb(135,111,139); }

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

background-color css

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

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

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

border-color css

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

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

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