Html Css Color HEX #948A92 Taupe Grey

📋 copy color: '#948A92'

red 148 ◦ green 138 ◦ blue 146

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

Shades of Taupe Grey #948A92

Tints of Taupe Grey #948A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.8%

R = 34.26%
G = 31.94%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#948A92 (or 0x948A92) is known color: Taupe Grey. HEX triplet: 94, 8A and 92. RGB value is (148,138,146). Sum of RGB (Red+Green+Blue) = 148+138+146=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 148 - color contains mainly: red. Hex color #948A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948A92 is #6B756D. Grayscale: #8D8D8D. Windows color (decimal): -7042414 or 9603732. OLE color: 9603732.

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

Color convert

RGB 148 138 146 -
CMYK 0 0.07 0.01 0.42
HSL 312º 0.04% 0.56% -
HSV(B) 312º 0.07% 0.58% -
XYZ 26.49 26.55 30.92 -
YUV 141.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 148 138 146 0 0.07 0.01 0.42 312 0.04 0.56
Hex 94 8A 92 0 7 1 2A 138 4 38
Octal 224 212 222 0 7 1 52 470 4 70
Binary 10010100 10001010 10010010 0 111 1 101010 100111000 100 111000

Color Harmonies of #948A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948A92

Black with #948A92

Text Example


Text Example

White with #948A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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