Html Css Color HEX #876C8C Trendy Pink

📋 copy color: '#876C8C'

red 135 ◦ green 108 ◦ blue 140

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

Shades of Trendy Pink #876C8C

Tints of Trendy Pink #876C8C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.2%

 BLUE value IS 140 (55.08% from 255) = 36.55%

R = 35.25%
G = 28.2%
B = 36.55%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#876C8C (or 0x876C8C) is known color: Trendy Pink. HEX triplet: 87, 6C and 8C. RGB value is (135,108,140). Sum of RGB (Red+Green+Blue) = 135+108+140=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 140 - color contains mainly: blue. Hex color #876C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876C8C is #789373. Grayscale: #777777. Windows color (decimal): -7902068 or 9202823. OLE color: 9202823.

HSL color Cylindrical-coordinate representation of color #876C8C: hue angle of 290.62º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #876C8C is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 108 140 -
CMYK 0.04 0.23 0 0.45
HSL 290.63º 0.13% 0.49% -
HSV(B) 290.63º 0.23% 0.55% -
XYZ 20.09 17.77 27.18 -
YUV 119.72 139.45 138.9 -
System Red Green Blue C M Y K H S L
Decimal 135 108 140 0.04 0.23 0 0.45 290.63 0.13 0.49
Hex 87 6C 8C 4 17 0 2D 123 D 31
Octal 207 154 214 4 27 0 55 443 15 61
Binary 10000111 1101100 10001100 100 10111 0 101101 100100011 1101 110001

Color Harmonies of #876C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876C8C

Black with #876C8C

Text Example


Text Example

White with #876C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,108,140); }

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

background-color css

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

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

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

border-color css

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

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

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