Html Css Color HEX #888188 Taupe Grey

📋 copy color: '#888188'

red 136 ◦ green 129 ◦ blue 136

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

Shades of Taupe Grey #888188

Tints of Taupe Grey #888188

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.17%

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

R = 33.92%
G = 32.17%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#888188 (or 0x888188) is known color: Taupe Grey. HEX triplet: 88, 81 and 88. RGB value is (136,129,136). Sum of RGB (Red+Green+Blue) = 136+129+136=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #888188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888188 is #777E77. Grayscale: #838383. Windows color (decimal): -7831160 or 8946056. OLE color: 8946056.

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

Color convert

RGB 136 129 136 -
CMYK 0 0.05 0 0.47
HSL 300º 0.03% 0.52% -
HSV(B) 300º 0.05% 0.53% -
XYZ 22.45 22.71 26.49 -
YUV 131.89 130.32 130.93 -
System Red Green Blue C M Y K H S L
Decimal 136 129 136 0 0.05 0 0.47 300 0.03 0.52
Hex 88 81 88 0 5 0 2F 12C 3 34
Octal 210 201 210 0 5 0 57 454 3 64
Binary 10001000 10000001 10001000 0 101 0 101111 100101100 11 110100

Color Harmonies of #888188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888188

Black with #888188

Text Example


Text Example

White with #888188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888188; }

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

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

background-color css

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

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

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

border-color css

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

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

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