Html Css Color HEX #887C88 Taupe Grey

📋 copy color: '#887C88'

red 136 ◦ green 124 ◦ blue 136

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

Shades of Taupe Grey #887C88

Tints of Taupe Grey #887C88

RGB

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

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

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

R = 34.34%
G = 31.31%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#887C88 (or 0x887C88) is known color: Taupe Grey. HEX triplet: 88, 7C and 88. RGB value is (136,124,136). Sum of RGB (Red+Green+Blue) = 136+124+136=396 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.34% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #887C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887C88 is #778377. Grayscale: #808080. Windows color (decimal): -7832440 or 8944776. OLE color: 8944776.

HSL color Cylindrical-coordinate representation of color #887C88: hue angle of 300º 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 #887C88 is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 124 136 -
CMYK 0 0.09 0 0.47
HSL 300º 0.05% 0.51% -
HSV(B) 300º 0.09% 0.53% -
XYZ 21.8 21.43 26.28 -
YUV 128.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 136 124 136 0 0.09 0 0.47 300 0.05 0.51
Hex 88 7C 88 0 9 0 2F 12C 5 33
Octal 210 174 210 0 11 0 57 454 5 63
Binary 10001000 1111100 10001000 0 1001 0 101111 100101100 101 110011

Color Harmonies of #887C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887C88

Black with #887C88

Text Example


Text Example

White with #887C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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