Html Css Color HEX #8F858E Taupe Grey

📋 copy color: '#8F858E'

red 143 ◦ green 133 ◦ blue 142

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

Shades of Taupe Grey #8F858E

Tints of Taupe Grey #8F858E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.82%

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

R = 34.21%
G = 31.82%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8F858E (or 0x8F858E) is known color: Taupe Grey. HEX triplet: 8F, 85 and 8E. RGB value is (143,133,142). Sum of RGB (Red+Green+Blue) = 143+133+142=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 143 - color contains mainly: red. Hex color #8F858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F858E is #707A71. Grayscale: #888888. Windows color (decimal): -7371378 or 9340303. OLE color: 9340303.

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

Color convert

RGB 143 133 142 -
CMYK 0 0.07 0.01 0.44
HSL 306º 0.04% 0.54% -
HSV(B) 306º 0.07% 0.56% -
XYZ 24.6 24.57 29.04 -
YUV 137.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 143 133 142 0 0.07 0.01 0.44 306 0.04 0.54
Hex 8F 85 8E 0 7 1 2C 132 4 36
Octal 217 205 216 0 7 1 54 462 4 66
Binary 10001111 10000101 10001110 0 111 1 101100 100110010 100 110110

Color Harmonies of #8F858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F858E

Black with #8F858E

Text Example


Text Example

White with #8F858E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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