Html Css Color HEX #948A91 Taupe Grey

📋 copy color: '#948A91'

red 148 ◦ green 138 ◦ blue 145

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

Shades of Taupe Grey #948A91

Tints of Taupe Grey #948A91

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.02%

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

R = 34.34%
G = 32.02%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#948A91 (or 0x948A91) is known color: Taupe Grey. HEX triplet: 94, 8A and 91. RGB value is (148,138,145). Sum of RGB (Red+Green+Blue) = 148+138+145=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 145 (57.03% from 255 or 33.64% from 431); Max value from RGB is 148 - color contains mainly: red. Hex color #948A91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948A91 is #6B756E. Grayscale: #8D8D8D. Windows color (decimal): -7042415 or 9538196. OLE color: 9538196.

HSL color Cylindrical-coordinate representation of color #948A91: hue angle of 318º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #948A91 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 138 145 -
CMYK 0 0.07 0.02 0.42
HSL 318º 0.04% 0.56% -
HSV(B) 318º 0.07% 0.58% -
XYZ 26.41 26.52 30.51 -
YUV 141.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 148 138 145 0 0.07 0.02 0.42 318 0.04 0.56
Hex 94 8A 91 0 7 2 2A 13E 4 38
Octal 224 212 221 0 7 2 52 476 4 70
Binary 10010100 10001010 10010001 0 111 10 101010 100111110 100 111000

Color Harmonies of #948A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948A91

Black with #948A91

Text Example


Text Example

White with #948A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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