#937C92

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

Shades of Taupe Grey #937C92

Tints of Taupe Grey #937C92

Color information

#937C92 (or 0x937C92) is unknown color: approx Taupe Grey. HEX triplet: 93, 7C and 92. RGB value is (147,124,146). Sum of RGB (Red+Green+Blue) = 147+124+146=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 147 - color contains mainly: red. Hex color #937C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937C92 is #6C836D. Grayscale: #858585. Windows color (decimal): -7111534 or 9600147. OLE color: 9600147.

HSL color Cylindrical-coordinate representation of color #937C92: hue angle of 302.61º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #937C92 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB147124146-
CMYK00.160.010.42
HSL302.61º9.62%53.14%-
HSV(B)302.61º15.65%57.65%-
XYZ24.4322.6930.29-
YUV133.38135.12137.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.25%
GREEN value IS 124 (48.83% from 255) = 29.74%
BLUE value IS 146 (57.42% from 255) = 35.01%
R=35.25%
G=29.74%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712414600.160.010.42302.619.6253.14
Hex937C9201012A12fa35
Octal2231742220201524571265
Binary1001001111111001001001001000011010101001011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,124,146); }

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

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

 a { background-color: rgb(147,124,146); }

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

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

 span { border-color: rgb(147,124,146); }

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