Html Css Color HEX #8E8A8D Taupe Grey

📋 copy color: '#8E8A8D'

red 142 ◦ green 138 ◦ blue 141

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

Shades of Taupe Grey #8E8A8D

Tints of Taupe Grey #8E8A8D

RGB

 RED value IS 142 (55.86% from 255) = 33.73%

 GREEN value IS 138 (54.3% from 255) = 32.78%

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

R = 33.73%
G = 32.78%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8E8A8D (or 0x8E8A8D) is known color: Taupe Grey. HEX triplet: 8E, 8A and 8D. RGB value is (142,138,141). Sum of RGB (Red+Green+Blue) = 142+138+141=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8A8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8A8D is #717572. Grayscale: #8B8B8B. Windows color (decimal): -7435635 or 9276046. OLE color: 9276046.

HSL color Cylindrical-coordinate representation of color #8E8A8D: hue angle of 315º degrees, saturation: 0.02, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8E8A8D is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 138 141 -
CMYK 0 0.03 0.01 0.44
HSL 315º 0.02% 0.55% -
HSV(B) 315º 0.03% 0.56% -
XYZ 25.05 25.85 28.87 -
YUV 139.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 142 138 141 0 0.03 0.01 0.44 315 0.02 0.55
Hex 8E 8A 8D 0 3 1 2C 13B 2 37
Octal 216 212 215 0 3 1 54 473 2 67
Binary 10001110 10001010 10001101 0 11 1 101100 100111011 10 110111

Color Harmonies of #8E8A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8A8D

Black with #8E8A8D

Text Example


Text Example

White with #8E8A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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