Html Css Color HEX #948091 Taupe Grey

📋 copy color: '#948091'

red 148 ◦ green 128 ◦ blue 145

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

Shades of Taupe Grey #948091

Tints of Taupe Grey #948091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.44%

R = 35.15%
G = 30.4%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#948091 (or 0x948091) is known color: Taupe Grey. HEX triplet: 94, 80 and 91. RGB value is (148,128,145). Sum of RGB (Red+Green+Blue) = 148+128+145=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 148 - color contains mainly: red. Hex color #948091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948091 is #6B7F6E. Grayscale: #878787. Windows color (decimal): -7044975 or 9535636. OLE color: 9535636.

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

Color convert

RGB 148 128 145 -
CMYK 0 0.14 0.02 0.42
HSL 309º 0.09% 0.54% -
HSV(B) 309º 0.14% 0.58% -
XYZ 25.04 23.78 30.06 -
YUV 135.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 148 128 145 0 0.14 0.02 0.42 309 0.09 0.54
Hex 94 80 91 0 E 2 2A 135 9 36
Octal 224 200 221 0 16 2 52 465 11 66
Binary 10010100 10000000 10010001 0 1110 10 101010 100110101 1001 110110

Color Harmonies of #948091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948091

Black with #948091

Text Example


Text Example

White with #948091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948091; }

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

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

background-color css

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

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

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

border-color css

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

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

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