Html Css Color HEX #8F828A Taupe Grey

📋 copy color: '#8F828A'

red 143 ◦ green 130 ◦ blue 138

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

Shades of Taupe Grey #8F828A

Tints of Taupe Grey #8F828A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.63%

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

R = 34.79%
G = 31.63%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8F828A (or 0x8F828A) is known color: Taupe Grey. HEX triplet: 8F, 82 and 8A. RGB value is (143,130,138). Sum of RGB (Red+Green+Blue) = 143+130+138=411 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.79% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 143 - color contains mainly: red. Hex color #8F828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F828A is #707D75. Grayscale: #868686. Windows color (decimal): -7372150 or 9077391. OLE color: 9077391.

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

Color convert

RGB 143 130 138 -
CMYK 0 0.09 0.03 0.44
HSL 323.08º 0.05% 0.54% -
HSV(B) 323.08º 0.09% 0.56% -
XYZ 23.9 23.64 27.35 -
YUV 134.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 143 130 138 0 0.09 0.03 0.44 323.08 0.05 0.54
Hex 8F 82 8A 0 9 3 2C 143 5 36
Octal 217 202 212 0 11 3 54 503 5 66
Binary 10001111 10000010 10001010 0 1001 11 101100 101000011 101 110110

Color Harmonies of #8F828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F828A

Black with #8F828A

Text Example


Text Example

White with #8F828A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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