#937F8E

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

Shades of Taupe Grey #937F8E

Tints of Taupe Grey #937F8E

Color information

#937F8E (or 0x937F8E) is unknown color: approx Taupe Grey. HEX triplet: 93, 7F and 8E. RGB value is (147,127,142). Sum of RGB (Red+Green+Blue) = 147+127+142=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 147 - color contains mainly: red. Hex color #937F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937F8E is #6C8071. Grayscale: #868686. Windows color (decimal): -7110770 or 9338771. OLE color: 9338771.

HSL color Cylindrical-coordinate representation of color #937F8E: hue angle of 315º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #937F8E is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB147127142-
CMYK00.140.030.42
HSL315º8.47%53.73%-
HSV(B)315º13.61%57.65%-
XYZ24.523.3328.8-
YUV134.69132.13136.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.34%
GREEN value IS 127 (50% from 255) = 30.53%
BLUE value IS 142 (55.86% from 255) = 34.13%
R=35.34%
G=30.53%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712714200.140.030.423158.4753.73
Hex937F8E0E32A13b836
Octal2231772160163524731066
Binary1001001111111111000111001110111010101001110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937F8E; }

 p { color: rgb(147,127,142); }

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

<style>
 a { background-color: #937F8E; }

 a { background-color: rgb(147,127,142); }

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

<style>
 span { border-color: #937F8E; }

 span { border-color: rgb(147,127,142); }

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