#937D90

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

Shades of Taupe Grey #937D90

Tints of Taupe Grey #937D90

Color information

#937D90 (or 0x937D90) is unknown color: approx Taupe Grey. HEX triplet: 93, 7D and 90. RGB value is (147,125,144). Sum of RGB (Red+Green+Blue) = 147+125+144=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 147 - color contains mainly: red. Hex color #937D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937D90 is #6C826F. Grayscale: #858585. Windows color (decimal): -7111280 or 9469331. OLE color: 9469331.

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

Color convert

RGB147125144-
CMYK00.150.020.42
HSL308.18º9.24%53.33%-
HSV(B)308.18º14.97%57.65%-
XYZ24.422.8829.52-
YUV133.74133.79137.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.34%
GREEN value IS 125 (49.22% from 255) = 30.05%
BLUE value IS 144 (56.64% from 255) = 34.62%
R=35.34%
G=30.05%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712514400.150.020.42308.189.2453.33
Hex937D900F22A134935
Octal2231752200172524641165
Binary1001001111111011001000001111101010101001101001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,125,144); }

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

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

 a { background-color: rgb(147,125,144); }

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

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

 span { border-color: rgb(147,125,144); }

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