Html Css Color HEX #8F808F Taupe Grey

📋 copy color: '#8F808F'

red 143 ◦ green 128 ◦ blue 143

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

Shades of Taupe Grey #8F808F

Tints of Taupe Grey #8F808F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.54%

R = 34.54%
G = 30.92%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8F808F (or 0x8F808F) is known color: Taupe Grey. HEX triplet: 8F, 80 and 8F. RGB value is (143,128,143). Sum of RGB (Red+Green+Blue) = 143+128+143=414 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.54% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 143 - color contains mainly: red, blue. Hex color #8F808F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F808F is #707F70. Grayscale: #868686. Windows color (decimal): -7372657 or 9404559. OLE color: 9404559.

HSL color Cylindrical-coordinate representation of color #8F808F: hue angle of 300º 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 #8F808F is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 128 143 -
CMYK 0 0.10 0 0.44
HSL 300º 0.06% 0.53% -
HSV(B) 300º 0.1% 0.56% -
XYZ 24 23.26 29.21 -
YUV 134.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 143 128 143 0 0.10 0 0.44 300 0.06 0.53
Hex 8F 80 8F 0 A 0 2C 12C 6 35
Octal 217 200 217 0 12 0 54 454 6 65
Binary 10001111 10000000 10001111 0 1010 0 101100 100101100 110 110101

Color Harmonies of #8F808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F808F

Black with #8F808F

Text Example


Text Example

White with #8F808F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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