Html Css Color HEX #887C87 Taupe Grey

📋 copy color: '#887C87'

red 136 ◦ green 124 ◦ blue 135

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

Shades of Taupe Grey #887C87

Tints of Taupe Grey #887C87

RGB

 RED value IS 136 (53.52% from 255) = 34.43%

 GREEN value IS 124 (48.83% from 255) = 31.39%

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

R = 34.43%
G = 31.39%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#887C87 (or 0x887C87) is known color: Taupe Grey. HEX triplet: 88, 7C and 87. RGB value is (136,124,135). Sum of RGB (Red+Green+Blue) = 136+124+135=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 136 - color contains mainly: red. Hex color #887C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887C87 is #778378. Grayscale: #808080. Windows color (decimal): -7832441 or 8879240. OLE color: 8879240.

HSL color Cylindrical-coordinate representation of color #887C87: hue angle of 305º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #887C87 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 124 135 -
CMYK 0 0.09 0.01 0.47
HSL 305º 0.05% 0.51% -
HSV(B) 305º 0.09% 0.53% -
XYZ 21.73 21.4 25.91 -
YUV 128.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 136 124 135 0 0.09 0.01 0.47 305 0.05 0.51
Hex 88 7C 87 0 9 1 2F 131 5 33
Octal 210 174 207 0 11 1 57 461 5 63
Binary 10001000 1111100 10000111 0 1001 1 101111 100110001 101 110011

Color Harmonies of #887C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887C87

Black with #887C87

Text Example


Text Example

White with #887C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887C87; }

 p { color: rgb(136,124,135); }

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

background-color css

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

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

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

border-color css

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

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

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