Html Css Color HEX #8D818B Taupe Grey

📋 copy color: '#8D818B'

red 141 ◦ green 129 ◦ blue 139

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

Shades of Taupe Grey #8D818B

Tints of Taupe Grey #8D818B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.99%

R = 34.47%
G = 31.54%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8D818B (or 0x8D818B) is known color: Taupe Grey. HEX triplet: 8D, 81 and 8B. RGB value is (141,129,139). Sum of RGB (Red+Green+Blue) = 141+129+139=409 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.47% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 141 - color contains mainly: red. Hex color #8D818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D818B is #727E74. Grayscale: #858585. Windows color (decimal): -7503477 or 9142669. OLE color: 9142669.

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

Color convert

RGB 141 129 139 -
CMYK 0 0.09 0.01 0.45
HSL 310º 0.05% 0.53% -
HSV(B) 310º 0.09% 0.55% -
XYZ 23.49 23.23 27.67 -
YUV 133.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 141 129 139 0 0.09 0.01 0.45 310 0.05 0.53
Hex 8D 81 8B 0 9 1 2D 136 5 35
Octal 215 201 213 0 11 1 55 466 5 65
Binary 10001101 10000001 10001011 0 1001 1 101101 100110110 101 110101

Color Harmonies of #8D818B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D818B

Black with #8D818B

Text Example


Text Example

White with #8D818B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,129,139); }

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

background-color css

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

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

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

border-color css

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

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

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