Html Css Color HEX #938090 Taupe Grey

📋 copy color: '#938090'

red 147 ◦ green 128 ◦ blue 144

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

Shades of Taupe Grey #938090

Tints of Taupe Grey #938090

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.55%

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

R = 35.08%
G = 30.55%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#938090 (or 0x938090) is known color: Taupe Grey. HEX triplet: 93, 80 and 90. RGB value is (147,128,144). Sum of RGB (Red+Green+Blue) = 147+128+144=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 147 - color contains mainly: red. Hex color #938090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938090 is #6C7F6F. Grayscale: #878787. Windows color (decimal): -7110512 or 9470099. OLE color: 9470099.

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

Color convert

RGB 147 128 144 -
CMYK 0 0.13 0.02 0.42
HSL 309.47º 0.08% 0.54% -
HSV(B) 309.47º 0.13% 0.58% -
XYZ 24.79 23.66 29.65 -
YUV 135.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 147 128 144 0 0.13 0.02 0.42 309.47 0.08 0.54
Hex 93 80 90 0 D 2 2A 135 8 36
Octal 223 200 220 0 15 2 52 465 10 66
Binary 10010011 10000000 10010000 0 1101 10 101010 100110101 1000 110110

Color Harmonies of #938090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938090

Black with #938090

Text Example


Text Example

White with #938090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938090; }

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

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

background-color css

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

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

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

border-color css

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

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

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