Html Css Color HEX #8D8289 Taupe Grey

📋 copy color: '#8D8289'

red 141 ◦ green 130 ◦ blue 137

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

Shades of Taupe Grey #8D8289

Tints of Taupe Grey #8D8289

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.86%

 BLUE value IS 137 (53.91% from 255) = 33.58%

R = 34.56%
G = 31.86%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#8D8289 (or 0x8D8289) is known color: Taupe Grey. HEX triplet: 8D, 82 and 89. RGB value is (141,130,137). Sum of RGB (Red+Green+Blue) = 141+130+137=408 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.56% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8289 is #727D76. Grayscale: #868686. Windows color (decimal): -7503223 or 9011853. OLE color: 9011853.

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

Color convert

RGB 141 130 137 -
CMYK 0 0.08 0.03 0.45
HSL 321.82º 0.05% 0.53% -
HSV(B) 321.82º 0.08% 0.55% -
XYZ 23.48 23.43 26.95 -
YUV 134.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 141 130 137 0 0.08 0.03 0.45 321.82 0.05 0.53
Hex 8D 82 89 0 8 3 2D 142 5 35
Octal 215 202 211 0 10 3 55 502 5 65
Binary 10001101 10000010 10001001 0 1000 11 101101 101000010 101 110101

Color Harmonies of #8D8289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8289

Black with #8D8289

Text Example


Text Example

White with #8D8289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,130,137); }

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

background-color css

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

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

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

border-color css

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

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

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