#937C91

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

Shades of Taupe Grey #937C91

Tints of Taupe Grey #937C91

Color information

#937C91 (or 0x937C91) is unknown color: approx Taupe Grey. HEX triplet: 93, 7C and 91. RGB value is (147,124,145). Sum of RGB (Red+Green+Blue) = 147+124+145=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 147 - color contains mainly: red. Hex color #937C91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937C91 is #6C836E. Grayscale: #858585. Windows color (decimal): -7111535 or 9534611. OLE color: 9534611.

HSL color Cylindrical-coordinate representation of color #937C91: hue angle of 305.22º 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 #937C91 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB147124145-
CMYK00.160.010.42
HSL305.22º9.62%53.14%-
HSV(B)305.22º15.65%57.65%-
XYZ24.3522.6629.88-
YUV133.27134.62137.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.34%
GREEN value IS 124 (48.83% from 255) = 29.81%
BLUE value IS 145 (57.03% from 255) = 34.86%
R=35.34%
G=29.81%
B=34.86%

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
Decimal14712414500.160.010.42305.229.6253.14
Hex937C9101012A131a35
Octal2231742210201524611265
Binary1001001111111001001000101000011010101001100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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