Html Css Color HEX #948292 Taupe Grey

📋 copy color: '#948292'

red 148 ◦ green 130 ◦ blue 146

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

Shades of Taupe Grey #948292

Tints of Taupe Grey #948292

RGB

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

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

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

R = 34.91%
G = 30.66%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#948292 (or 0x948292) is known color: Taupe Grey. HEX triplet: 94, 82 and 92. RGB value is (148,130,146). Sum of RGB (Red+Green+Blue) = 148+130+146=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 148 - color contains mainly: red. Hex color #948292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948292 is #6B7D6D. Grayscale: #898989. Windows color (decimal): -7044462 or 9601684. OLE color: 9601684.

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

Color convert

RGB 148 130 146 -
CMYK 0 0.12 0.01 0.42
HSL 306.67º 0.08% 0.55% -
HSV(B) 306.67º 0.12% 0.58% -
XYZ 25.38 24.34 30.55 -
YUV 137.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 148 130 146 0 0.12 0.01 0.42 306.67 0.08 0.55
Hex 94 82 92 0 C 1 2A 133 8 37
Octal 224 202 222 0 14 1 52 463 10 67
Binary 10010100 10000010 10010010 0 1100 1 101010 100110011 1000 110111

Color Harmonies of #948292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948292

Black with #948292

Text Example


Text Example

White with #948292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948292; }

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

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

background-color css

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

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

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

border-color css

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

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

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