Html Css Color HEX #8F788E Taupe Grey

📋 copy color: '#8F788E'

red 143 ◦ green 120 ◦ blue 142

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

Shades of Taupe Grey #8F788E

Tints of Taupe Grey #8F788E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.63%

 BLUE value IS 142 (55.86% from 255) = 35.06%

R = 35.31%
G = 29.63%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8F788E (or 0x8F788E) is known color: Taupe Grey. HEX triplet: 8F, 78 and 8E. RGB value is (143,120,142). Sum of RGB (Red+Green+Blue) = 143+120+142=405 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.31% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 143 - color contains mainly: red. Hex color #8F788E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F788E is #708771. Grayscale: #818181. Windows color (decimal): -7374706 or 9336975. OLE color: 9336975.

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

Color convert

RGB 143 120 142 -
CMYK 0 0.16 0.01 0.44
HSL 302.61º 0.09% 0.52% -
HSV(B) 302.61º 0.16% 0.56% -
XYZ 22.93 21.23 28.48 -
YUV 129.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 143 120 142 0 0.16 0.01 0.44 302.61 0.09 0.52
Hex 8F 78 8E 0 10 1 2C 12F 9 34
Octal 217 170 216 0 20 1 54 457 11 64
Binary 10001111 1111000 10001110 0 10000 1 101100 100101111 1001 110100

Color Harmonies of #8F788E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F788E

Black with #8F788E

Text Example


Text Example

White with #8F788E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,120,142); }

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

background-color css

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

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

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

border-color css

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

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

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