#938990

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

Shades of Taupe Grey #938990

Tints of Taupe Grey #938990

Color information

#938990 (or 0x938990) is unknown color: approx Taupe Grey. HEX triplet: 93, 89 and 90. RGB value is (147,137,144). Sum of RGB (Red+Green+Blue) = 147+137+144=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 147 - color contains mainly: red. Hex color #938990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938990 is #6C766F. Grayscale: #8C8C8C. Windows color (decimal): -7108208 or 9472403. OLE color: 9472403.

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

Color convert

RGB147137144-
CMYK00.070.020.42
HSL318º4.42%55.69%-
HSV(B)318º6.8%57.65%-
XYZ26.0126.1130.05-
YUV140.79129.81132.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.35%
GREEN value IS 137 (53.91% from 255) = 32.01%
BLUE value IS 144 (56.64% from 255) = 33.64%
R=34.35%
G=32.01%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713714400.070.020.423184.4255.69
Hex9389900722A13e438
Octal22321122007252476470
Binary100100111000100110010000011110101010100111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938990; }

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

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

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

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

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

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

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

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