#937992

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

Shades of Taupe Grey #937992

Tints of Taupe Grey #937992

Color information

#937992 (or 0x937992) is unknown color: approx Taupe Grey. HEX triplet: 93, 79 and 92. RGB value is (147,121,146). Sum of RGB (Red+Green+Blue) = 147+121+146=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 147 - color contains mainly: red. Hex color #937992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937992 is #6C866D. Grayscale: #838383. Windows color (decimal): -7112302 or 9599379. OLE color: 9599379.

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

Color convert

RGB147121146-
CMYK00.180.010.42
HSL302.31º10.74%52.55%-
HSV(B)302.31º17.69%57.65%-
XYZ24.0621.9530.16-
YUV131.62136.11138.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.51%
GREEN value IS 121 (47.66% from 255) = 29.23%
BLUE value IS 146 (57.42% from 255) = 35.27%
R=35.51%
G=29.23%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712114600.180.010.42302.3110.7452.55
Hex93799201212A12eb35
Octal2231712220221524561365
Binary1001001111110011001001001001011010101001011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937992; }

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

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

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

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

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

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

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

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