Html Css Color HEX #938390 Taupe Grey

📋 copy color: '#938390'

red 147 ◦ green 131 ◦ blue 144

#938390
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Taupe Grey #938390

Tints of Taupe Grey #938390

RGB

 RED value IS 147 (57.81% from 255) = 34.83%

 GREEN value IS 131 (51.56% from 255) = 31.04%

 BLUE value IS 144 (56.64% from 255) = 34.12%

R = 34.83%
G = 31.04%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#938390 (or 0x938390) is known color: Taupe Grey. HEX triplet: 93, 83 and 90. RGB value is (147,131,144). Sum of RGB (Red+Green+Blue) = 147+131+144=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 147 - color contains mainly: red. Hex color #938390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938390 is #6C7C6F. Grayscale: #898989. Windows color (decimal): -7109744 or 9470867. OLE color: 9470867.

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

Color convert

RGB 147 131 144 -
CMYK 0 0.11 0.02 0.42
HSL 311.25º 0.07% 0.55% -
HSV(B) 311.25º 0.11% 0.58% -
XYZ 25.18 24.45 29.78 -
YUV 137.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 147 131 144 0 0.11 0.02 0.42 311.25 0.07 0.55
Hex 93 83 90 0 B 2 2A 137 7 37
Octal 223 203 220 0 13 2 52 467 7 67
Binary 10010011 10000011 10010000 0 1011 10 101010 100110111 111 110111

Color Harmonies of #938390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938390

Black with #938390

Text Example


Text Example

White with #938390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938390; }

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

 H1.HeaderClassName
 {
   color: #938390;
 }
 .AnyTagClassName
 {
   color: #938390;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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