Html Css Color HEX #887F88 Taupe Grey

📋 copy color: '#887F88'

red 136 ◦ green 127 ◦ blue 136

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

Shades of Taupe Grey #887F88

Tints of Taupe Grey #887F88

RGB

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

 GREEN value IS 127 (50% from 255) = 31.83%

 BLUE value IS 136 (53.52% from 255) = 34.09%

R = 34.09%
G = 31.83%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#887F88 (or 0x887F88) is known color: Taupe Grey. HEX triplet: 88, 7F and 88. RGB value is (136,127,136). Sum of RGB (Red+Green+Blue) = 136+127+136=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #887F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887F88 is #778077. Grayscale: #828282. Windows color (decimal): -7831672 or 8945544. OLE color: 8945544.

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

Color convert

RGB 136 127 136 -
CMYK 0 0.07 0 0.47
HSL 300º 0.04% 0.52% -
HSV(B) 300º 0.07% 0.53% -
XYZ 22.19 22.19 26.41 -
YUV 130.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 136 127 136 0 0.07 0 0.47 300 0.04 0.52
Hex 88 7F 88 0 7 0 2F 12C 4 34
Octal 210 177 210 0 7 0 57 454 4 64
Binary 10001000 1111111 10001000 0 111 0 101111 100101100 100 110100

Color Harmonies of #887F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887F88

Black with #887F88

Text Example


Text Example

White with #887F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,127,136); }

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

background-color css

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

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

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

border-color css

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

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

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