Html Css Color HEX #8D888D Taupe Grey

📋 copy color: '#8D888D'

red 141 ◦ green 136 ◦ blue 141

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

Shades of Taupe Grey #8D888D

Tints of Taupe Grey #8D888D

RGB

 RED value IS 141 (55.47% from 255) = 33.73%

 GREEN value IS 136 (53.52% from 255) = 32.54%

 BLUE value IS 141 (55.47% from 255) = 33.73%

R = 33.73%
G = 32.54%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8D888D (or 0x8D888D) is known color: Taupe Grey. HEX triplet: 8D, 88 and 8D. RGB value is (141,136,141). Sum of RGB (Red+Green+Blue) = 141+136+141=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 141 - color contains mainly: red, blue. Hex color #8D888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D888D is #727772. Grayscale: #8A8A8A. Windows color (decimal): -7501683 or 9275533. OLE color: 9275533.

HSL color Cylindrical-coordinate representation of color #8D888D: hue angle of 300º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8D888D is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 136 141 -
CMYK 0 0.04 0 0.45
HSL 300º 0.02% 0.54% -
HSV(B) 300º 0.04% 0.55% -
XYZ 24.6 25.19 28.77 -
YUV 138.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 141 136 141 0 0.04 0 0.45 300 0.02 0.54
Hex 8D 88 8D 0 4 0 2D 12C 2 36
Octal 215 210 215 0 4 0 55 454 2 66
Binary 10001101 10001000 10001101 0 100 0 101101 100101100 10 110110

Color Harmonies of #8D888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D888D

Black with #8D888D

Text Example


Text Example

White with #8D888D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D888D; }

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

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

background-color css

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

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

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

border-color css

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

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

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