#928990

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

Shades of Taupe Grey #928990

Tints of Taupe Grey #928990

Color information

#928990 (or 0x928990) is unknown color: approx Taupe Grey. HEX triplet: 92, 89 and 90. RGB value is (146,137,144). Sum of RGB (Red+Green+Blue) = 146+137+144=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 146 - color contains mainly: red. Hex color #928990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928990 is #6D766F. Grayscale: #8C8C8C. Windows color (decimal): -7173744 or 9472402. OLE color: 9472402.

HSL color Cylindrical-coordinate representation of color #928990: hue angle of 313.33º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #928990 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB146137144-
CMYK00.060.010.43
HSL313.33º3.96%55.49%-
HSV(B)313.33º6.16%57.25%-
XYZ25.8326.0230.05-
YUV140.49129.98131.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.19%
GREEN value IS 137 (53.91% from 255) = 32.08%
BLUE value IS 144 (56.64% from 255) = 33.72%
R=34.19%
G=32.08%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613714400.060.010.43313.333.9655.49
Hex9289900612B139437
Octal22221122006153471467
Binary10010010100010011001000001101101011100111001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928990; }

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

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

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

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

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

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

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

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