#938290

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

Shades of Taupe Grey #938290

Tints of Taupe Grey #938290

Color information

#938290 (or 0x938290) is unknown color: approx Taupe Grey. HEX triplet: 93, 82 and 90. RGB value is (147,130,144). Sum of RGB (Red+Green+Blue) = 147+130+144=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 147 - color contains mainly: red. Hex color #938290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938290 is #6C7D6F. Grayscale: #888888. Windows color (decimal): -7110000 or 9470611. OLE color: 9470611.

HSL color Cylindrical-coordinate representation of color #938290: hue angle of 310.59º degrees, saturation: 0.07, 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 #938290 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB147130144-
CMYK00.120.020.42
HSL310.59º7.3%54.31%-
HSV(B)310.59º11.56%57.65%-
XYZ25.0524.1829.73-
YUV136.68132.13135.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.92%
GREEN value IS 130 (51.17% from 255) = 30.88%
BLUE value IS 144 (56.64% from 255) = 34.20%
R=34.92%
G=30.88%
B=34.20%

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
Decimal14713014400.120.020.42310.597.354.31
Hex9382900C22A137736
Octal223202220014252467766
Binary1001001110000010100100000110010101010100110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938290; }

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

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

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

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

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

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

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

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