Html Css Color HEX #8F808B Taupe Grey

📋 copy color: '#8F808B'

red 143 ◦ green 128 ◦ blue 139

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

Shades of Taupe Grey #8F808B

Tints of Taupe Grey #8F808B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.22%

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

R = 34.88%
G = 31.22%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8F808B (or 0x8F808B) is known color: Taupe Grey. HEX triplet: 8F, 80 and 8B. RGB value is (143,128,139). Sum of RGB (Red+Green+Blue) = 143+128+139=410 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.88% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 143 - color contains mainly: red. Hex color #8F808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F808B is #707F74. Grayscale: #858585. Windows color (decimal): -7372661 or 9142415. OLE color: 9142415.

HSL color Cylindrical-coordinate representation of color #8F808B: hue angle of 316º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8F808B is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 128 139 -
CMYK 0 0.10 0.03 0.44
HSL 316º 0.06% 0.53% -
HSV(B) 316º 0.1% 0.56% -
XYZ 23.71 23.14 27.64 -
YUV 133.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 143 128 139 0 0.10 0.03 0.44 316 0.06 0.53
Hex 8F 80 8B 0 A 3 2C 13C 6 35
Octal 217 200 213 0 12 3 54 474 6 65
Binary 10001111 10000000 10001011 0 1010 11 101100 100111100 110 110101

Color Harmonies of #8F808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F808B

Black with #8F808B

Text Example


Text Example

White with #8F808B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,128,139); }

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

background-color css

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

 a { background-color: rgb(143,128,139); }

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

border-color css

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

 span { border-color: rgb(143,128,139); }

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