#928490

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

Shades of Taupe Grey #928490

Tints of Taupe Grey #928490

Color information

#928490 (or 0x928490) is unknown color: approx Taupe Grey. HEX triplet: 92, 84 and 90. RGB value is (146,132,144). Sum of RGB (Red+Green+Blue) = 146+132+144=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 146 - color contains mainly: red. Hex color #928490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928490 is #6D7B6F. Grayscale: #898989. Windows color (decimal): -7175024 or 9471122. OLE color: 9471122.

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

Color convert

RGB146132144-
CMYK00.100.010.43
HSL308.57º6.03%54.51%-
HSV(B)308.57º9.59%57.25%-
XYZ25.1424.6329.81-
YUV137.55131.64134.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.60%
GREEN value IS 132 (51.95% from 255) = 31.28%
BLUE value IS 144 (56.64% from 255) = 34.12%
R=34.60%
G=31.28%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613214400.100.010.43308.576.0354.51
Hex9284900A12B135637
Octal222204220012153465667
Binary100100101000010010010000010101101011100110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928490; }

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

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

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

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

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

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

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

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