#8F778E

Color #8F778E Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #8F778E

Tints of Taupe Grey #8F778E

Color information

#8F778E (or 0x8F778E) is unknown color: approx Taupe Grey. HEX triplet: 8F, 77 and 8E. RGB value is (143,119,142). Sum of RGB (Red+Green+Blue) = 143+119+142=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 143 - color contains mainly: red. Hex color #8F778E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F778E is #708871. Grayscale: #808080. Windows color (decimal): -7374962 or 9336719. OLE color: 9336719.

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

Color convert

RGB143119142-
CMYK00.170.010.44
HSL302.5º9.68%51.37%-
HSV(B)302.5º16.78%56.08%-
XYZ22.8120.9928.44-
YUV128.8135.45138.13-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.40%
GREEN value IS 119 (46.88% from 255) = 29.46%
BLUE value IS 142 (55.86% from 255) = 35.15%
R=35.40%
G=29.46%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311914200.170.010.44302.59.6851.37
Hex8F778E01112C12fa33
Octal2171672160211544571263
Binary1000111111101111000111001000111011001001011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F778E;
 }
 .AnyTagClassName
 {
   color: #8F778E;
 }
</style>
background-color css

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

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

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

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

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

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