#928D90

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

Shades of Taupe Grey #928D90

Tints of Taupe Grey #928D90

Color information

#928D90 (or 0x928D90) is unknown color: approx Taupe Grey. HEX triplet: 92, 8D and 90. RGB value is (146,141,144). Sum of RGB (Red+Green+Blue) = 146+141+144=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 146 - color contains mainly: red. Hex color #928D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928D90 is #6D726F. Grayscale: #8E8E8E. Windows color (decimal): -7172720 or 9473426. OLE color: 9473426.

HSL color Cylindrical-coordinate representation of color #928D90: hue angle of 324º degrees, saturation: 0.02, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #928D90 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB146141144-
CMYK00.030.010.43
HSL324º2.24%56.27%-
HSV(B)324º3.42%57.25%-
XYZ26.4127.1730.24-
YUV142.84128.66130.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.87%
GREEN value IS 141 (55.47% from 255) = 32.71%
BLUE value IS 144 (56.64% from 255) = 33.41%
R=33.87%
G=32.71%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614114400.030.010.433242.2456.27
Hex928D900312B144238
Octal22221522003153504270
Binary100100101000110110010000011110101110100010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928D90; }

 p { color: rgb(146,141,144); }

 H1.HeaderClassName
 {
   color: #928D90;
 }
 .AnyTagClassName
 {
   color: #928D90;
 }
</style>
background-color css

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

 a { background-color: rgb(146,141,144); }

 div.DivClassName
 {
   background-color: #928D90;
 }
 .BgClassName
 {
   background-color: #928D90;
 }
</style>
border-color css

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

 span { border-color: rgb(146,141,144); }

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