Html Css Color HEX #938392 Taupe Grey

📋 copy color: '#938392'

red 147 ◦ green 131 ◦ blue 146

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

Shades of Taupe Grey #938392

Tints of Taupe Grey #938392

RGB

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

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

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

R = 34.67%
G = 30.9%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#938392 (or 0x938392) is known color: Taupe Grey. HEX triplet: 93, 83 and 92. RGB value is (147,131,146). Sum of RGB (Red+Green+Blue) = 147+131+146=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 147 - color contains mainly: red. Hex color #938392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938392 is #6C7C6D. Grayscale: #898989. Windows color (decimal): -7109742 or 9601939. OLE color: 9601939.

HSL color Cylindrical-coordinate representation of color #938392: hue angle of 303.75º 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 #938392 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 131 146 -
CMYK 0 0.11 0.01 0.42
HSL 303.75º 0.07% 0.55% -
HSV(B) 303.75º 0.11% 0.58% -
XYZ 25.34 24.51 30.59 -
YUV 137.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 147 131 146 0 0.11 0.01 0.42 303.75 0.07 0.55
Hex 93 83 92 0 B 1 2A 130 7 37
Octal 223 203 222 0 13 1 52 460 7 67
Binary 10010011 10000011 10010010 0 1011 1 101010 100110000 111 110111

Color Harmonies of #938392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938392

Black with #938392

Text Example


Text Example

White with #938392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938392; }

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

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

background-color css

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

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

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

border-color css

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

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

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