Html Css Color HEX #938492 Taupe Grey

📋 copy color: '#938492'

red 147 ◦ green 132 ◦ blue 146

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

Shades of Taupe Grey #938492

Tints of Taupe Grey #938492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.06%

 BLUE value IS 146 (57.42% from 255) = 34.35%

R = 34.59%
G = 31.06%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#938492 (or 0x938492) is known color: Taupe Grey. HEX triplet: 93, 84 and 92. RGB value is (147,132,146). Sum of RGB (Red+Green+Blue) = 147+132+146=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 147 - color contains mainly: red. Hex color #938492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938492 is #6C7B6D. Grayscale: #8A8A8A. Windows color (decimal): -7109486 or 9602195. OLE color: 9602195.

HSL color Cylindrical-coordinate representation of color #938492: hue angle of 304º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #938492 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 132 146 -
CMYK 0 0.10 0.01 0.42
HSL 304º 0.06% 0.55% -
HSV(B) 304º 0.1% 0.58% -
XYZ 25.47 24.78 30.63 -
YUV 138.08 132.47 134.36 -
System Red Green Blue C M Y K H S L
Decimal 147 132 146 0 0.10 0.01 0.42 304 0.06 0.55
Hex 93 84 92 0 A 1 2A 130 6 37
Octal 223 204 222 0 12 1 52 460 6 67
Binary 10010011 10000100 10010010 0 1010 1 101010 100110000 110 110111

Color Harmonies of #938492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938492

Black with #938492

Text Example


Text Example

White with #938492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938492; }

 p { color: rgb(147,132,146); }

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

background-color css

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

 a { background-color: rgb(147,132,146); }

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

border-color css

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

 span { border-color: rgb(147,132,146); }

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