Html Css Color HEX #948093 Taupe Grey

📋 copy color: '#948093'

red 148 ◦ green 128 ◦ blue 147

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

Shades of Taupe Grey #948093

Tints of Taupe Grey #948093

RGB

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

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

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

R = 34.99%
G = 30.26%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#948093 (or 0x948093) is known color: Taupe Grey. HEX triplet: 94, 80 and 93. RGB value is (148,128,147). Sum of RGB (Red+Green+Blue) = 148+128+147=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 148 - color contains mainly: red. Hex color #948093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948093 is #6B7F6C. Grayscale: #888888. Windows color (decimal): -7044973 or 9666708. OLE color: 9666708.

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

Color convert

RGB 148 128 147 -
CMYK 0 0.14 0.01 0.42
HSL 303º 0.09% 0.54% -
HSV(B) 303º 0.14% 0.58% -
XYZ 25.2 23.84 30.88 -
YUV 136.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 148 128 147 0 0.14 0.01 0.42 303 0.09 0.54
Hex 94 80 93 0 E 1 2A 12F 9 36
Octal 224 200 223 0 16 1 52 457 11 66
Binary 10010100 10000000 10010011 0 1110 1 101010 100101111 1001 110110

Color Harmonies of #948093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948093

Black with #948093

Text Example


Text Example

White with #948093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948093; }

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

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

background-color css

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

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

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

border-color css

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

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

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