Html Css Color HEX #887E87 Taupe Grey

📋 copy color: '#887E87'

red 136 ◦ green 126 ◦ blue 135

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

Shades of Taupe Grey #887E87

Tints of Taupe Grey #887E87

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.74%

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

R = 34.26%
G = 31.74%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#887E87 (or 0x887E87) is known color: Taupe Grey. HEX triplet: 88, 7E and 87. RGB value is (136,126,135). Sum of RGB (Red+Green+Blue) = 136+126+135=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 136 - color contains mainly: red. Hex color #887E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887E87 is #778178. Grayscale: #818181. Windows color (decimal): -7831929 or 8879752. OLE color: 8879752.

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

Color convert

RGB 136 126 135 -
CMYK 0 0.07 0.01 0.47
HSL 306º 0.04% 0.51% -
HSV(B) 306º 0.07% 0.53% -
XYZ 21.99 21.91 25.99 -
YUV 130.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 136 126 135 0 0.07 0.01 0.47 306 0.04 0.51
Hex 88 7E 87 0 7 1 2F 132 4 33
Octal 210 176 207 0 7 1 57 462 4 63
Binary 10001000 1111110 10000111 0 111 1 101111 100110010 100 110011

Color Harmonies of #887E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887E87

Black with #887E87

Text Example


Text Example

White with #887E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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