Html Css Color HEX #8D838A Taupe Grey

📋 copy color: '#8D838A'

red 141 ◦ green 131 ◦ blue 138

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

Shades of Taupe Grey #8D838A

Tints of Taupe Grey #8D838A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.95%

 BLUE value IS 138 (54.3% from 255) = 33.66%

R = 34.39%
G = 31.95%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8D838A (or 0x8D838A) is known color: Taupe Grey. HEX triplet: 8D, 83 and 8A. RGB value is (141,131,138). Sum of RGB (Red+Green+Blue) = 141+131+138=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 141 - color contains mainly: red. Hex color #8D838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D838A is #727C75. Grayscale: #868686. Windows color (decimal): -7502966 or 9077645. OLE color: 9077645.

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

Color convert

RGB 141 131 138 -
CMYK 0 0.07 0.02 0.45
HSL 318º 0.04% 0.53% -
HSV(B) 318º 0.07% 0.55% -
XYZ 23.69 23.73 27.38 -
YUV 134.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 141 131 138 0 0.07 0.02 0.45 318 0.04 0.53
Hex 8D 83 8A 0 7 2 2D 13E 4 35
Octal 215 203 212 0 7 2 55 476 4 65
Binary 10001101 10000011 10001010 0 111 10 101101 100111110 100 110101

Color Harmonies of #8D838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D838A

Black with #8D838A

Text Example


Text Example

White with #8D838A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,131,138); }

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

background-color css

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

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

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

border-color css

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

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

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