Html Css Color HEX #948393 Taupe Grey

📋 copy color: '#948393'

red 148 ◦ green 131 ◦ blue 147

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

Shades of Taupe Grey #948393

Tints of Taupe Grey #948393

RGB

 RED value IS 148 (58.2% from 255) = 34.74%

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

 BLUE value IS 147 (57.81% from 255) = 34.51%

R = 34.74%
G = 30.75%
B = 34.51%

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

#948393 (or 0x948393) is known color: Taupe Grey. HEX triplet: 94, 83 and 93. RGB value is (148,131,147). Sum of RGB (Red+Green+Blue) = 148+131+147=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 148 - color contains mainly: red. Hex color #948393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948393 is #6B7C6C. Grayscale: #898989. Windows color (decimal): -7044205 or 9667476. OLE color: 9667476.

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

Color convert

RGB 148 131 147 -
CMYK 0 0.11 0.01 0.42
HSL 303.53º 0.07% 0.55% -
HSV(B) 303.53º 0.11% 0.58% -
XYZ 25.6 24.64 31.01 -
YUV 137.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 148 131 147 0 0.11 0.01 0.42 303.53 0.07 0.55
Hex 94 83 93 0 B 1 2A 130 7 37
Octal 224 203 223 0 13 1 52 460 7 67
Binary 10010100 10000011 10010011 0 1011 1 101010 100110000 111 110111

Color Harmonies of #948393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948393

Black with #948393

Text Example


Text Example

White with #948393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948393; }

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

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

background-color css

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

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

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

border-color css

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

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

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