Html Css Color HEX #948291 Taupe Grey

📋 copy color: '#948291'

red 148 ◦ green 130 ◦ blue 145

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

Shades of Taupe Grey #948291

Tints of Taupe Grey #948291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.73%

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

R = 34.99%
G = 30.73%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#948291 (or 0x948291) is known color: Taupe Grey. HEX triplet: 94, 82 and 91. RGB value is (148,130,145). Sum of RGB (Red+Green+Blue) = 148+130+145=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 148 - color contains mainly: red. Hex color #948291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948291 is #6B7D6E. Grayscale: #898989. Windows color (decimal): -7044463 or 9536148. OLE color: 9536148.

HSL color Cylindrical-coordinate representation of color #948291: hue angle of 310º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #948291 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 130 145 -
CMYK 0 0.12 0.02 0.42
HSL 310º 0.08% 0.55% -
HSV(B) 310º 0.12% 0.58% -
XYZ 25.31 24.31 30.15 -
YUV 137.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 148 130 145 0 0.12 0.02 0.42 310 0.08 0.55
Hex 94 82 91 0 C 2 2A 136 8 37
Octal 224 202 221 0 14 2 52 466 10 67
Binary 10010100 10000010 10010001 0 1100 10 101010 100110110 1000 110111

Color Harmonies of #948291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948291

Black with #948291

Text Example


Text Example

White with #948291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948291; }

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

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

background-color css

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

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

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

border-color css

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

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

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