Html Css Color HEX #938190 Taupe Grey

📋 copy color: '#938190'

red 147 ◦ green 129 ◦ blue 144

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

Shades of Taupe Grey #938190

Tints of Taupe Grey #938190

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 value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#938190 (or 0x938190) is known color: 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

RGB 147 129 144 -
CMYK 0 0.12 0.02 0.42
HSL 310º 0.08% 0.54% -
HSV(B) 310º 0.12% 0.58% -
XYZ 24.92 23.92 29.69 -
YUV 136.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 147 129 144 0 0.12 0.02 0.42 310 0.08 0.54
Hex 93 81 90 0 C 2 2A 136 8 36
Octal 223 201 220 0 14 2 52 466 10 66
Binary 10010011 10000001 10010000 0 1100 10 101010 100110110 1000 110110

Color Harmonies of #938190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938190

Black with #938190

Text Example


Text Example

White with #938190

Text Example


Text Example

HTML Codes & Css Web 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>