Html Css Color HEX #887E88 Taupe Grey

📋 copy color: '#887E88'

red 136 ◦ green 126 ◦ blue 136

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

Shades of Taupe Grey #887E88

Tints of Taupe Grey #887E88

RGB

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

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

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

R = 34.17%
G = 31.66%
B = 34.17%

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

#887E88 (or 0x887E88) is known color: Taupe Grey. HEX triplet: 88, 7E and 88. RGB value is (136,126,136). Sum of RGB (Red+Green+Blue) = 136+126+136=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #887E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887E88 is #778177. Grayscale: #828282. Windows color (decimal): -7831928 or 8945288. OLE color: 8945288.

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

Color convert

RGB 136 126 136 -
CMYK 0 0.07 0 0.47
HSL 300º 0.04% 0.51% -
HSV(B) 300º 0.07% 0.53% -
XYZ 22.06 21.93 26.36 -
YUV 130.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 136 126 136 0 0.07 0 0.47 300 0.04 0.51
Hex 88 7E 88 0 7 0 2F 12C 4 33
Octal 210 176 210 0 7 0 57 454 4 63
Binary 10001000 1111110 10001000 0 111 0 101111 100101100 100 110011

Color Harmonies of #887E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887E88

Black with #887E88

Text Example


Text Example

White with #887E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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