Html Css Color HEX #8F848C Taupe Grey

📋 copy color: '#8F848C'

red 143 ◦ green 132 ◦ blue 140

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

Shades of Taupe Grey #8F848C

Tints of Taupe Grey #8F848C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.81%

 BLUE value IS 140 (55.08% from 255) = 33.73%

R = 34.46%
G = 31.81%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#8F848C (or 0x8F848C) is known color: Taupe Grey. HEX triplet: 8F, 84 and 8C. RGB value is (143,132,140). Sum of RGB (Red+Green+Blue) = 143+132+140=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 143 - color contains mainly: red. Hex color #8F848C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F848C is #707B73. Grayscale: #888888. Windows color (decimal): -7371636 or 9208975. OLE color: 9208975.

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

Color convert

RGB 143 132 140 -
CMYK 0 0.08 0.02 0.44
HSL 316.36º 0.05% 0.54% -
HSV(B) 316.36º 0.08% 0.56% -
XYZ 24.31 24.24 28.21 -
YUV 136.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 143 132 140 0 0.08 0.02 0.44 316.36 0.05 0.54
Hex 8F 84 8C 0 8 2 2C 13C 5 36
Octal 217 204 214 0 10 2 54 474 5 66
Binary 10001111 10000100 10001100 0 1000 10 101100 100111100 101 110110

Color Harmonies of #8F848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F848C

Black with #8F848C

Text Example


Text Example

White with #8F848C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,132,140); }

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

background-color css

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

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

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

border-color css

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

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

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