#938190

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

Shades of Taupe Grey #938190

Tints of Taupe Grey #938190

Color information

#938190 (or 0x938190) is unknown color: approx Taupe Grey. HEX triplet: 93, 81 and 90. RGB value is (147,129,144). Sum of RGB (Red+Green+Blue) = 147+129+144=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 147 - color contains mainly: red. Hex color #938190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938190 is #6C7E6F. Grayscale: #888888. Windows color (decimal): -7110256 or 9470355. OLE color: 9470355.

HSL color Cylindrical-coordinate representation of color #938190: hue angle of 310º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #938190 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB147129144-
CMYK00.120.020.42
HSL310º7.69%54.12%-
HSV(B)310º12.24%57.65%-
XYZ24.9223.9229.69-
YUV136.09132.46135.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35%
GREEN value IS 129 (50.78% from 255) = 30.71%
BLUE value IS 144 (56.64% from 255) = 34.29%
R=35%
G=30.71%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712914400.120.020.423107.6954.12
Hex9381900C22A136836
Octal2232012200142524661066
Binary10010011100000011001000001100101010101001101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938190; }

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

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

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

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

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

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

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

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