Html Css Color HEX #8F818A Taupe Grey

📋 copy color: '#8F818A'

red 143 ◦ green 129 ◦ blue 138

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

Shades of Taupe Grey #8F818A

Tints of Taupe Grey #8F818A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.46%

 BLUE value IS 138 (54.3% from 255) = 33.66%

R = 34.88%
G = 31.46%
B = 33.66%

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

#8F818A (or 0x8F818A) is known color: Taupe Grey. HEX triplet: 8F, 81 and 8A. RGB value is (143,129,138). Sum of RGB (Red+Green+Blue) = 143+129+138=410 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.88% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 143 - color contains mainly: red. Hex color #8F818A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F818A is #707E75. Grayscale: #868686. Windows color (decimal): -7372406 or 9077135. OLE color: 9077135.

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

Color convert

RGB 143 129 138 -
CMYK 0 0.10 0.03 0.44
HSL 321.43º 0.06% 0.53% -
HSV(B) 321.43º 0.1% 0.56% -
XYZ 23.77 23.38 27.3 -
YUV 134.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 143 129 138 0 0.10 0.03 0.44 321.43 0.06 0.53
Hex 8F 81 8A 0 A 3 2C 141 6 35
Octal 217 201 212 0 12 3 54 501 6 65
Binary 10001111 10000001 10001010 0 1010 11 101100 101000001 110 110101

Color Harmonies of #8F818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F818A

Black with #8F818A

Text Example


Text Example

White with #8F818A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,129,138); }

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

background-color css

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

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

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

border-color css

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

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

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