#937A91

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

Shades of Taupe Grey #937A91

Tints of Taupe Grey #937A91

Color information

#937A91 (or 0x937A91) is unknown color: approx Taupe Grey. HEX triplet: 93, 7A and 91. RGB value is (147,122,145). Sum of RGB (Red+Green+Blue) = 147+122+145=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 147 - color contains mainly: red. Hex color #937A91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937A91 is #6C856E. Grayscale: #848484. Windows color (decimal): -7112047 or 9534099. OLE color: 9534099.

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

Color convert

RGB147122145-
CMYK00.170.010.42
HSL304.8º10.37%52.75%-
HSV(B)304.8º17.01%57.65%-
XYZ24.122.1729.8-
YUV132.1135.28138.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.51%
GREEN value IS 122 (48.05% from 255) = 29.47%
BLUE value IS 145 (57.03% from 255) = 35.02%
R=35.51%
G=29.47%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712214500.170.010.42304.810.3752.75
Hex937A9101112A131a35
Octal2231722210211524611265
Binary1001001111110101001000101000111010101001100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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