Html Css Color HEX #8F888E Taupe Grey

📋 copy color: '#8F888E'

red 143 ◦ green 136 ◦ blue 142

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

Shades of Taupe Grey #8F888E

Tints of Taupe Grey #8F888E

RGB

 RED value IS 143 (56.25% from 255) = 33.97%

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

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

R = 33.97%
G = 32.3%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8F888E (or 0x8F888E) is known color: Taupe Grey. HEX triplet: 8F, 88 and 8E. RGB value is (143,136,142). Sum of RGB (Red+Green+Blue) = 143+136+142=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 143 - color contains mainly: red. Hex color #8F888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F888E is #707771. Grayscale: #8A8A8A. Windows color (decimal): -7370610 or 9341071. OLE color: 9341071.

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

Color convert

RGB 143 136 142 -
CMYK 0 0.05 0.01 0.44
HSL 308.57º 0.03% 0.55% -
HSV(B) 308.57º 0.05% 0.56% -
XYZ 25.01 25.4 29.18 -
YUV 138.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 143 136 142 0 0.05 0.01 0.44 308.57 0.03 0.55
Hex 8F 88 8E 0 5 1 2C 135 3 37
Octal 217 210 216 0 5 1 54 465 3 67
Binary 10001111 10001000 10001110 0 101 1 101100 100110101 11 110111

Color Harmonies of #8F888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F888E

Black with #8F888E

Text Example


Text Example

White with #8F888E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,136,142); }

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

background-color css

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

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

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

border-color css

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

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

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