#948292

Color #948292 Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #948292

Tints of Taupe Grey #948292

Color information

#948292 (or 0x948292) is unknown color: approx 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

RGB148130146-
CMYK00.120.010.42
HSL306.67º7.76%54.51%-
HSV(B)306.67º12.16%58.04%-
XYZ25.3824.3430.55-
YUV137.21132.96135.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813014600.120.010.42306.677.7654.51
Hex9482920C12A133837
Octal2242022220141524631067
Binary1001010010000010100100100110011010101001100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>